Merge "res_musiconhold: moh general section is a class and issues warning" into 14

pull/8/head
Joshua Colp 9 years ago committed by Gerrit Code Review
commit f36b9dc80e

@ -1750,6 +1750,7 @@ static int load_moh_classes(int reload)
ast_log(LOG_WARNING, "Unknown option '%s' in [general] section of musiconhold.conf\n", var->name);
}
}
continue;
}
if (!(class = moh_class_malloc())) {

Loading…
Cancel
Save