projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24f9f85
)
get rid of compiler warning (bug #4682)
author
Russell Bryant
<russell@russellbryant.com>
Tue, 12 Jul 2005 15:22:55 +0000
(15:22 +0000)
committer
Russell 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
patch
|
blob
|
history
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
bbf6ced
..
3e83996
100755
(executable)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-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;