summaryrefslogtreecommitdiff
path: root/apps/app_followme.c
diff options
context:
space:
mode:
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);