summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 710787714..b5d62db09 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -3046,7 +3046,7 @@ static char *get_header_by_tag(char *header, char *tag, char *buf, size_t len)
static char *get_user_by_mailbox(char *mailbox, char *buf, size_t len)
{
- char *start, *eol_pnt;
+ char *start, *eol_pnt, *quote;
if (ast_strlen_zero(mailbox))
return NULL;