Skip to content
Snippets Groups Projects
Commit b14724ad authored by Daniel Journo's avatar Daniel Journo Committed by Richard Mudgett
Browse files

res_musiconhold: moh general section is a class and issues warning

* res_musiconhold.c: Ensure the general section is not treated as
a moh class.

ASTERISK-26353 #close

Change-Id: Ia3dbd11ea2b43ab3e6c820a9827811dd24bea82d
parent ff056974
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
continue;
}
if (!(class = moh_class_malloc())) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment