diff options
author | Daniel Baumann <daniel@debian.org> | 2024-11-17 07:10:47 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-11-17 07:10:47 +0100 |
commit | d785318c6f0fc8ee4b0e92eed928d0fcd5debc0c (patch) | |
tree | 9656d5d79eba42e52e7e6e208f8f8ab39b63c756 /vtysh/vtysh_main.c | |
parent | Adding upstream version 10.1.1. (diff) | |
download | frr-upstream/10.2.tar.xz frr-upstream/10.2.zip |
Adding upstream version 10.2.upstream/10.2
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'vtysh/vtysh_main.c')
-rw-r--r-- | vtysh/vtysh_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index 464d82cf..64198132 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -489,7 +489,6 @@ int main(int argc, char **argv, char **env) /* Make vty structure and register commands. */ vtysh_init_vty(); - vtysh_init_cmd(); vtysh_user_init(); vtysh_config_init(); |