dect
/
asterisk
Archived
13
0
Fork 0

Minor disa fix for 3.4

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4452 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-12-15 15:40:29 +00:00
parent 7091429927
commit d849649aa2
1 changed files with 1 additions and 1 deletions

View File

@ -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);