mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
Minor disa fix for 3.4
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -159,7 +159,7 @@ static int disa_exec(struct ast_channel *chan, void *data)
|
|||||||
ourcallerid = NULL;
|
ourcallerid = NULL;
|
||||||
ourcontext = "disa";
|
ourcontext = "disa";
|
||||||
}
|
}
|
||||||
(char *)mailbox = strsep(&stringp, "|");
|
mailbox = strsep(&stringp, "|");
|
||||||
if (!mailbox)
|
if (!mailbox)
|
||||||
mailbox = "";
|
mailbox = "";
|
||||||
ast_log(LOG_DEBUG, "Mailbox: %s\n",mailbox);
|
ast_log(LOG_DEBUG, "Mailbox: %s\n",mailbox);
|
||||||
|
Reference in New Issue
Block a user