mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
That goes for jingle too :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1563,7 +1563,7 @@ static int load_module(void *mod)
|
|||||||
ASTOBJ_CONTAINER_INIT(&jingles);
|
ASTOBJ_CONTAINER_INIT(&jingles);
|
||||||
if (!jingle_load_config()) {
|
if (!jingle_load_config()) {
|
||||||
ast_log(LOG_ERROR, "Unable to read config file %s\n", JINGLE_CONFIG);
|
ast_log(LOG_ERROR, "Unable to read config file %s\n", JINGLE_CONFIG);
|
||||||
return -1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
sched = sched_context_create();
|
sched = sched_context_create();
|
||||||
|
Reference in New Issue
Block a user