aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-26 20:15:47 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-26 20:15:47 +0000
commiteff039ca9b6f6e475dc7c645fdd31d83d52a1740 (patch)
tree9b9ac88937892263ddb31ee6dd21c8d0e9eb568e /res
parent3bcdf0a0382177e8d9991bf4634437f87185aa33 (diff)
Remove unrelated MOH change from previous commit.
Thanks Kevin! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@266094 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_musiconhold.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 5527109c4..4d2c9ec49 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;
}