summaryrefslogtreecommitdiff
path: root/res/res_stun_monitor.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-08-23 12:09:17 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-08-23 12:09:17 +0000
commit5da7daf1fc778e23ee2e9f85af9c02e8878d7581 (patch)
treedd6564744abade8ab9cb92bc317a2892e6023b5c /res/res_stun_monitor.c
parent9af6be06785b93592d308dd2cddc6ec04dc7f06a (diff)
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
Diffstat (limited to 'res/res_stun_monitor.c')
-rw-r--r--res/res_stun_monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_stun_monitor.c b/res/res_stun_monitor.c
index 807f885db..54be1e44c 100644
--- a/res/res_stun_monitor.c
+++ b/res/res_stun_monitor.c
@@ -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;