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:
Mark Spencer 2006-05-26 05:21:41 +00:00
parent 70defe19fe
commit ec42807ebd
1 changed files with 1 additions and 1 deletions

View File

@ -1563,7 +1563,7 @@ static int load_module(void *mod)
ASTOBJ_CONTAINER_INIT(&jingles);
if (!jingle_load_config()) {
ast_log(LOG_ERROR, "Unable to read config file %s\n", JINGLE_CONFIG);
return -1;
return 0;
}
sched = sched_context_create();