mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Merged revisions 43482 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43482 | russell | 2006-09-22 11:42:44 -0400 (Fri, 22 Sep 2006) | 3 lines return AST_MODULE_LOAD_DECLIDE if mISDN could not be configured (issue #8006, Mithraen) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43483 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user