get rid of compiler warning (bug #4682)
authorRussell Bryant <russell@russellbryant.com>
Tue, 12 Jul 2005 15:22:55 +0000 (15:22 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 12 Jul 2005 15:22:55 +0000 (15:22 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6107 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index bbf6ced..3e83996 100755 (executable)
@@ -3024,7 +3024,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;