Skip to content
Snippets Groups Projects
Commit 403f9df8 authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent dcc1b408
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment