summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2012-02-10 14:51:27 +0000
committerMatthew Jordan <mjordan@digium.com>2012-02-10 14:51:27 +0000
commita8cf4dc2b59386d52cbd0a6b51ecb27843b9d982 (patch)
tree228df79a83d2b6edf15527d5bb5ed53d3a4fc223 /apps/app_voicemail.c
parent8100a1703d8605bed46e90d32009833695514c2d (diff)
Fix IMAP app_voicemail compilation issue introduced in r354429
This simply fixes the compilation issue introduced in r354429 by re-adding the 'quote' variable. (closes issue ASTERISK-19337) Reported by: John Taylor git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354799 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_voicemail.c')
-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;