git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91193
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
int res;
int found=0;
int lastuserchoice = 0;
- char *start, *conv, *stringp = NULL;
+ char *start, *conv = NULL, *stringp = NULL;
char *pos;
int breakout = 0;
if (!res && ucfg) {
/* Search users.conf for all names which start with those digits */
if (ast_test_flag(flags, OPT_SELECTFROMMENU)) {
- char *fullname;
+ char *fullname = NULL;
struct items menuitems[8];
int menucount = 0;
for (cat = ast_category_browse(ucfg, NULL); cat && !res ; cat = ast_category_browse(ucfg, cat)) {