diff options
Diffstat (limited to 'lib/vty.c')
| -rw-r--r-- | lib/vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
