return AST_MODULE_LOAD_DECLIDE if mISDN could not be configured

(issue #8006, Mithraen)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43482 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Russell Bryant 20 years ago
parent 33acd61f53
commit 0b2dcac484

@ -4496,7 +4496,7 @@ static int load_module(void)
if (max_ports<=0) {
ast_log(LOG_ERROR, "Unable to initialize mISDN\n");
return 0;
return AST_MODULE_LOAD_DECLINE;
}
if (misdn_cfg_init(max_ports)) {

Loading…
Cancel
Save