1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

channel_rcv_close: indentation

Signed-off-by: Tom Deseyn <tom.deseyn@gmail.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
Tom Deseyn
2021-01-08 13:23:00 +01:00
committed by Anderson Toshiyuki Sasaki
parent 44dfee778f
commit a4b8045fb8

View File

@@ -692,11 +692,11 @@ SSH_PACKET_CALLBACK(channel_rcv_close) {
SSH_LOG(SSH_LOG_PACKET, SSH_LOG(SSH_LOG_PACKET,
"Remote host not polite enough to send an eof before close"); "Remote host not polite enough to send an eof before close");
} }
channel->remote_eof = 1;
/* /*
* The remote eof doesn't break things if there was still data into read * The remote eof doesn't break things if there was still data into read
* buffer because the eof is ignored until the buffer is empty. * buffer because the eof is ignored until the buffer is empty.
*/ */
channel->remote_eof = 1;
ssh_callbacks_execute_list(channel->callbacks, ssh_callbacks_execute_list(channel->callbacks,
ssh_channel_callbacks, ssh_channel_callbacks,