mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 10:44:28 +00:00
Remove unrelated MOH change from previous commit.
Thanks Kevin! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@266094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1443,10 +1443,6 @@ static int local_ast_moh_start(struct ast_channel *chan, const char *mclass, con
|
||||
}
|
||||
}
|
||||
|
||||
if (ast_test_flag(global_flags, MOH_CACHERTCLASSES)) {
|
||||
mohclass = get_mohbyname(mohclass->name, 0);
|
||||
}
|
||||
|
||||
if (!mohclass) {
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user