From: Mark Michelson Date: Wed, 26 May 2010 20:15:47 +0000 (+0000) Subject: Remove unrelated MOH change from previous commit. X-Git-Tag: 11.0.0-beta1~2957 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=529a87ce7deac5822f559f2877e421877f6043ab;p=thirdparty%2Fasterisk.git 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 --- diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index 5527109c4a..4d2c9ec49a 100644 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -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; }