projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77617f5
)
Minor disa fix for 3.4
author
Mark Spencer
<markster@digium.com>
Wed, 15 Dec 2004 15:40:29 +0000
(15:40 +0000)
committer
Mark Spencer
<markster@digium.com>
Wed, 15 Dec 2004 15:40:29 +0000
(15:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4452
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_disa.c
patch
|
blob
|
history
diff --git
a/apps/app_disa.c
b/apps/app_disa.c
index
372bcca
..
1beb09f
100755
(executable)
--- a/
apps/app_disa.c
+++ b/
apps/app_disa.c
@@
-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);