From: Russell Bryant Date: Tue, 12 Jul 2005 15:27:09 +0000 (+0000) Subject: fix compiler warning (bug #4682) X-Git-Tag: 1.0.11.1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6eb7977b252dcc75ebdb71a837a8f422441cad;p=thirdparty%2Fasterisk.git fix compiler warning (bug #4682) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6109 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index edd6843d90..6fc5deefa0 100755 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -2270,7 +2270,7 @@ static int forward_message(struct ast_channel *chan, char *context, char *dir, i char callerid[512]; char ext_context[256]=""; int res = 0, cmd = 0; - struct ast_vm_user *receiver, *extensions = NULL, *vmtmp = NULL, *vmfree; + struct ast_vm_user *receiver = NULL, *extensions = NULL, *vmtmp = NULL, *vmfree; char tmp[256]; char *stringp, *s; int saved_messages = 0, found = 0;