mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 18:28:10 +09:00
sftp: Reformat sftp_free()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit d840a05be3)
This commit is contained in:
@@ -244,7 +244,8 @@ int sftp_server_init(sftp_session sftp){
|
||||
}
|
||||
#endif /* WITH_SERVER */
|
||||
|
||||
void sftp_free(sftp_session sftp){
|
||||
void sftp_free(sftp_session sftp)
|
||||
{
|
||||
sftp_request_queue ptr;
|
||||
|
||||
if (sftp == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user