Skip to content
Snippets Groups Projects
Commit 11a1ecab authored by Russell Bryant's avatar Russell Bryant
Browse files

fix warning (bug #4807)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6254 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e6f1ea27
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ static int auth_exec(struct ast_channel *chan, void *data) ...@@ -120,7 +120,7 @@ static int auth_exec(struct ast_channel *chan, void *data)
if (f) { if (f) {
char buf[256] = ""; char buf[256] = "";
char md5passwd[33] = ""; char md5passwd[33] = "";
char *md5secret; char *md5secret = NULL;
while (!feof(f)) { while (!feof(f)) {
fgets(buf, sizeof(buf), f); fgets(buf, sizeof(buf), f);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment