aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_authenticate.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_authenticate.c')
-rwxr-xr-xapps/app_authenticate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_authenticate.c b/apps/app_authenticate.c
index d50b5b2f2..887bf237d 100755
--- a/apps/app_authenticate.c
+++ b/apps/app_authenticate.c
@@ -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);