From 429b7c6d51fa3a4d8c65e084f09ebf4961c57308 Mon Sep 17 00:00:00 2001 From: tilghman Date: Sun, 19 Feb 2006 17:27:39 +0000 Subject: Merged revisions 10464 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r10464 | tilghman | 2006-02-19 11:26:31 -0600 (Sun, 19 Feb 2006) | 2 lines Fix possible lack of initialization of useadsi ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10465 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 29209880d..6e19c95c2 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -4932,7 +4932,7 @@ static int vm_authenticate(struct ast_channel *chan, char *mailbox, int mailbox_ struct ast_vm_user *res_vmu, const char *context, const char *prefix, int skipuser, int maxlogins, int silent) { - int useadsi, valid=0, logretries=0; + int useadsi=0, valid=0, logretries=0; char password[AST_MAX_EXTENSION]="", *passptr; struct ast_vm_user vmus, *vmu = NULL; -- cgit v1.2.3