summaryrefslogtreecommitdiff
path: root/apps/app_followme.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-08-22 23:15:14 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-08-22 23:15:14 +0000
commitc25c093c676b27f9eaf9847cfeeda8e8cdc46d46 (patch)
tree49747dba4b1fa9da9726494d73be4f7045faf911 /apps/app_followme.c
parent7b032c1adb10d79f8610e88d2baf5cacf3ba9f58 (diff)
Minor tweaks with ast_moh_start() callers.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_followme.c')
-rw-r--r--apps/app_followme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_followme.c b/apps/app_followme.c
index d12de3c1a..317100106 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -1424,7 +1424,7 @@ static int app_exec(struct ast_channel *chan, const char *data)
if (ast_waitstream(chan, "") < 0)
goto outrun;
}
- ast_moh_start(chan, S_OR(targs->mohclass, NULL), NULL);
+ ast_moh_start(chan, targs->mohclass, NULL);
}
ast_channel_lock(chan);