summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2023-06-06 07:22:31 -0400
committerGitHub <noreply@github.com>2023-06-06 07:22:31 -0400
commitda877b5cedcb1380f811124788d35242381f91a0 (patch)
tree8c0a1d9d1406fe159ae2aebe0374eaa1c12aaeba /lib/vty.c
parent6a771192de1a0f4329774a13b4128a9a19beb82f (diff)
parentc6b8e95703ee0701d81787d050a09a9d16f73448 (diff)
Merge pull request #13690 from LabNConsulting/chopps/mgmtd-cleanup
Chopps/mgmtd cleanup
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vty.c b/lib/vty.c
index b701f3bc0f..50c4f80aae 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -2420,6 +2420,7 @@ void vty_close(struct vty *vty)
vty->status = VTY_CLOSE;
if (mgmt_fe_client && vty->mgmt_session_id) {
+ MGMTD_FE_CLIENT_DBG("closing vty session");
mgmt_fe_destroy_client_session(mgmt_fe_client,
vty->mgmt_client_id);
vty->mgmt_session_id = 0;