[svn-commits] mmichelson: trunk r266094 - /trunk/res/res_musiconhold.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed May 26 15:15:49 CDT 2010
Author: mmichelson
Date: Wed May 26 15:15:47 2010
New Revision: 266094
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=266094
Log:
Remove unrelated MOH change from previous commit.
Thanks Kevin!
Modified:
trunk/res/res_musiconhold.c
Modified: trunk/res/res_musiconhold.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_musiconhold.c?view=diff&rev=266094&r1=266093&r2=266094
==============================================================================
--- trunk/res/res_musiconhold.c (original)
+++ trunk/res/res_musiconhold.c Wed May 26 15:15:47 2010
@@ -1443,10 +1443,6 @@
}
}
- if (ast_test_flag(global_flags, MOH_CACHERTCLASSES)) {
- mohclass = get_mohbyname(mohclass->name, 0);
- }
-
if (!mohclass) {
return -1;
}
More information about the svn-commits
mailing list