mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
Merge "res_musiconhold: moh general section is a class and issues warning"
This commit is contained in:
@@ -1748,6 +1748,7 @@ static int load_moh_classes(int reload)
|
|||||||
ast_log(LOG_WARNING, "Unknown option '%s' in [general] section of musiconhold.conf\n", var->name);
|
ast_log(LOG_WARNING, "Unknown option '%s' in [general] section of musiconhold.conf\n", var->name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(class = moh_class_malloc())) {
|
if (!(class = moh_class_malloc())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user