sftp: Reformat sftp_handle_close()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-08-31 18:31:18 +02:00
parent 3a729829fd
commit 2844942c1b

View File

@@ -1517,7 +1517,8 @@ void sftp_attributes_free(sftp_attributes file){
SAFE_FREE(file); SAFE_FREE(file);
} }
static int sftp_handle_close(sftp_session sftp, ssh_string handle) { static int sftp_handle_close(sftp_session sftp, ssh_string handle)
{
sftp_status_message status; sftp_status_message status;
sftp_message msg = NULL; sftp_message msg = NULL;
ssh_buffer buffer = NULL; ssh_buffer buffer = NULL;