Skip to content
Snippets Groups Projects
Commit 5d92e208 authored by Mark Spencer's avatar Mark Spencer
Browse files

Minor disa fix for 3.4

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 77617f59
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ static int disa_exec(struct ast_channel *chan, void *data)
ourcallerid = NULL;
ourcontext = "disa";
}
(char *)mailbox = strsep(&stringp, "|");
mailbox = strsep(&stringp, "|");
if (!mailbox)
mailbox = "";
ast_log(LOG_DEBUG, "Mailbox: %s\n",mailbox);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment