From fc7290ff9e8fea5e3024a824754393a20e6c2297 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 1 Aug 2005 15:01:11 +0000 Subject: fix warning (bug #4807) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6254 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_authenticate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_authenticate.c') 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); -- cgit v1.2.3