diff --git a/res/res_stun_monitor.c b/res/res_stun_monitor.c index 807f885dbe..54be1e44c6 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;