]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make sure we explicitly set the CLI command to not be deprecated, if it isn't.
authorJason Parker <jparker@digium.com>
Fri, 22 Sep 2006 17:25:05 +0000 (17:25 +0000)
committerJason Parker <jparker@digium.com>
Fri, 22 Sep 2006 17:25:05 +0000 (17:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43492 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/cli.c

index 0eb1ef30df5173741a6db4bd2b46c116cc944863..b795e675bf19c3c1c9cea6ba473a6ce2d266f255 100644 (file)
@@ -1421,6 +1421,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);