That goes for jingle too :)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Mark Spencer 20 years ago
parent 70defe19fe
commit ec42807ebd

@ -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();

Loading…
Cancel
Save