mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +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;
|
||||
ourcontext = "disa";
|
||||
}
|
||||
(char *)mailbox = strsep(&stringp, "|");
|
||||
mailbox = strsep(&stringp, "|");
|
||||
if (!mailbox)
|
||||
mailbox = "";
|
||||
ast_log(LOG_DEBUG, "Mailbox: %s\n",mailbox);
|
||||
|
Reference in New Issue
Block a user