mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Merged revisions 43492 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43492 | qwell | 2006-09-22 10:25:05 -0700 (Fri, 22 Sep 2006) | 2 lines Make sure we explicitly set the CLI command to not be deprecated, if it isn't. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43493 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1153,6 +1153,8 @@ static int __ast_cli_register(struct ast_cli_entry *e, struct ast_cli_entry *ed)
|
||||
To show command B, you just need to always use ed->_full_cmd.
|
||||
*/
|
||||
e->_deprecated_by = S_OR(ed->_deprecated_by, ed->_full_cmd);
|
||||
} else {
|
||||
e->deprecated = 0;
|
||||
}
|
||||
|
||||
lf = strlen(fulle);
|
||||
|
Reference in New Issue
Block a user