mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09:00
sftp: Reformat sftp_new()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -92,7 +92,8 @@ static void sftp_ext_free(sftp_ext ext) {
|
|||||||
SAFE_FREE(ext);
|
SAFE_FREE(ext);
|
||||||
}
|
}
|
||||||
|
|
||||||
sftp_session sftp_new(ssh_session session){
|
sftp_session sftp_new(ssh_session session)
|
||||||
|
{
|
||||||
sftp_session sftp;
|
sftp_session sftp;
|
||||||
|
|
||||||
if (session == NULL) {
|
if (session == NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user