mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-09 15:41:10 +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:
@@ -180,7 +180,7 @@ sftp_make_client_message(sftp_session sftp, sftp_packet packet)
|
||||
if (rc != SSH_OK) {
|
||||
goto error;
|
||||
}
|
||||
if(sftp->version > 3) {
|
||||
if (sftp->version > 3) {
|
||||
ssh_buffer_unpack(payload, "d", &msg->flags);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user