mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
app_voicemail: warning when is compiling
Change-Id: Ib53eba1a66e25fbeba61c620bd3edd462f699ada ASTERISK-28628 Change-Id: Ib53eba1a66e25fbeba61c620bd3edd462f699ada
This commit is contained in:
committed by
Stanislav Abramenkov
parent
51482dec75
commit
22f9c57f43
@@ -13565,7 +13565,8 @@ static int manager_list_voicemail_users(struct mansession *s, const struct messa
|
||||
astman_send_listack(s, m, "Voicemail user list will follow", "start");
|
||||
|
||||
AST_LIST_TRAVERSE(&users, vmu, list) {
|
||||
int new, old;
|
||||
int new = 0;
|
||||
int old = 0;
|
||||
int ret;
|
||||
char *mailbox;
|
||||
|
||||
|
Reference in New Issue
Block a user