fix warning (bug #4807)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6254 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Russell Bryant 20 years ago
parent e6f1ea2782
commit 11a1ecabdb

@ -120,7 +120,7 @@ static int auth_exec(struct ast_channel *chan, void *data)
if (f) {
char buf[256] = "";
char md5passwd[33] = "";
char *md5secret;
char *md5secret = NULL;
while (!feof(f)) {
fgets(buf, sizeof(buf), f);

Loading…
Cancel
Save