Skip to content
Snippets Groups Projects
Commit 5da7daf1 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Merged revisions 283175 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r283175 | tilghman | 2010-08-23 07:06:26 -0500 (Mon, 23 Aug 2010) | 2 lines
  
  Don't fail to start if the config file is missing.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@283176 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 9af6be06
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment