rename discon_msg to peer_discon_msg

Signed-off-by: Ahsen Kamal <itsahsenkamal@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
(cherry picked from commit e2b89dec9d)
This commit is contained in:
Ahsen Kamal
2023-02-21 04:07:15 +05:30
committed by Jakub Jelen
parent 02f39b5e60
commit 0d86688da2
2 changed files with 3 additions and 3 deletions

View File

@@ -140,7 +140,7 @@ struct ssh_session_struct {
ssh_string banner; /* that's the issue banner from
the server */
char *discon_msg; /* disconnect message from
char *peer_discon_msg; /* disconnect message from
the remote host */
char *disconnect_message; /* disconnect message to be set */
ssh_buffer in_buffer;