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:
f946734
)
Silence a compiler warning.
author
Russell Bryant
<russell@russellbryant.com>
Wed, 2 Jun 2010 17:57:39 +0000
(17:57 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Wed, 2 Jun 2010 17:57:39 +0000
(17:57 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267093
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
259a7ad
..
8876996
100644
(file)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-12395,7
+12395,9
@@
AST_TEST_DEFINE(test_voicemail_notify_endl)
char attach[] = "/var/lib/asterisk/sounds/en/tt-weasels", attach2[] = "/var/lib/asterisk/sounds/en/tt-somethingwrong";
char buf[256] = ""; /* No line should actually be longer than 80 */
struct ast_channel *chan = NULL;
- struct ast_vm_user *vmu, vmus;
+ struct ast_vm_user *vmu, vmus = {
+ .flags = 0,
+ };
FILE *file;
struct {
char *name;