My newly upgraded compiler caught these usages of uninitialized values.
They weren't actually used.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@368533
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
char *domain;
char *tmpptr;
struct minivm_account *vmu;
- char *username = argv[0];
+ char *username;
const char *template = "";
const char *filename;
const char *format;
char *domain;
char *tmpptr = NULL;
struct minivm_account *vmu;
- char *username = argv[0];
+ char *username;
struct ast_flags flags = { 0 };
char *opts[OPT_ARG_ARRAY_SIZE];
int error = FALSE;