mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 269495 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r269495 | russell | 2010-06-09 17:18:37 -0500 (Wed, 09 Jun 2010) | 2 lines Don't stop Asterisk if chan_oss fails to register 'Console' (due to another channel driver already claiming it). ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@269497 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1458,7 +1458,7 @@ static int load_module(void)
|
||||
|
||||
if (ast_channel_register(&oss_tech)) {
|
||||
ast_log(LOG_ERROR, "Unable to register channel type 'OSS'\n");
|
||||
return AST_MODULE_LOAD_FAILURE;
|
||||
return AST_MODULE_LOAD_DECLINE;
|
||||
}
|
||||
|
||||
ast_cli_register_multiple(cli_oss, ARRAY_LEN(cli_oss));
|
||||
|
Reference in New Issue
Block a user