diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-06-06 07:22:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-06 07:22:31 -0400 |
| commit | da877b5cedcb1380f811124788d35242381f91a0 (patch) | |
| tree | 8c0a1d9d1406fe159ae2aebe0374eaa1c12aaeba /lib/vty.c | |
| parent | 6a771192de1a0f4329774a13b4128a9a19beb82f (diff) | |
| parent | c6b8e95703ee0701d81787d050a09a9d16f73448 (diff) | |
Merge pull request #13690 from LabNConsulting/chopps/mgmtd-cleanup
Chopps/mgmtd cleanup
Diffstat (limited to 'lib/vty.c')
| -rw-r--r-- | lib/vty.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
