mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09:00
sftp: Reformat sftp_handle_close()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 2844942c1b)
This commit is contained in:
@@ -1517,7 +1517,8 @@ void sftp_attributes_free(sftp_attributes 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_message msg = NULL;
|
||||
ssh_buffer buffer = NULL;
|
||||
|
||||
Reference in New Issue
Block a user