summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.c b/lib/vty.c
index d6a0dba206..a2c1dbebc1 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -3703,7 +3703,7 @@ void vty_terminate(void)
struct vty_serv *vtyserv;
if (mgmt_lib_hndl) {
- mgmt_fe_client_lib_destroy(mgmt_lib_hndl);
+ mgmt_fe_client_lib_destroy();
mgmt_lib_hndl = 0;
}