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