From 22f9c57f43ec76083cd9e0ac321adf4ee8bb4068 Mon Sep 17 00:00:00 2001 From: Stanislav Date: Thu, 12 Dec 2019 21:26:06 +0200 Subject: [PATCH] app_voicemail: warning when is compiling Change-Id: Ib53eba1a66e25fbeba61c620bd3edd462f699ada ASTERISK-28628 Change-Id: Ib53eba1a66e25fbeba61c620bd3edd462f699ada --- apps/app_voicemail.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 83f1bde682..f89248b518 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -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;