Don't fail to start if the config file is missing.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@283175 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Tilghman Lesher 15 years ago
parent 06272f054e
commit 4c2e1000a0

@ -297,7 +297,7 @@ static int load_module(void)
if (__reload(1)) {
stun_stop_monitor();
ast_mutex_destroy(&args.lock);
return AST_MODULE_LOAD_FAILURE;
return AST_MODULE_LOAD_DECLINE;
}
return AST_MODULE_LOAD_SUCCESS;

Loading…
Cancel
Save