1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-11 03:42:35 +03:00

sftpserver: Reformat remaining condition

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
Jakub Jelen
2023-06-28 10:17:47 +02:00
parent 9709a466d7
commit 20dcb8b830

View File

@@ -180,7 +180,7 @@ sftp_make_client_message(sftp_session sftp, sftp_packet packet)
if (rc != SSH_OK) { if (rc != SSH_OK) {
goto error; goto error;
} }
if(sftp->version > 3) { if (sftp->version > 3) {
ssh_buffer_unpack(payload, "d", &msg->flags); ssh_buffer_unpack(payload, "d", &msg->flags);
} }
break; break;