1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

sftp: Reformat sftp_fstatvfs()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-08-31 19:07:32 +02:00
parent f1e84d5e67
commit 5914ea7c75

View File

@@ -2903,7 +2903,8 @@ done:
return rc;
}
sftp_statvfs_t sftp_fstatvfs(sftp_file file) {
sftp_statvfs_t sftp_fstatvfs(sftp_file file)
{
sftp_status_message status = NULL;
sftp_message msg = NULL;
sftp_session sftp;