mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
sftp: Reformat sftp_lstat()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit f3ffd8aa41)
This commit is contained in:
@@ -3143,7 +3143,8 @@ sftp_attributes sftp_lstat(sftp_session session, const char *path) {
|
|||||||
return sftp_xstat(session, path, SSH_FXP_LSTAT);
|
return sftp_xstat(session, path, SSH_FXP_LSTAT);
|
||||||
}
|
}
|
||||||
|
|
||||||
sftp_attributes sftp_fstat(sftp_file file) {
|
sftp_attributes sftp_fstat(sftp_file file)
|
||||||
|
{
|
||||||
sftp_status_message status = NULL;
|
sftp_status_message status = NULL;
|
||||||
sftp_message msg = NULL;
|
sftp_message msg = NULL;
|
||||||
ssh_buffer buffer;
|
ssh_buffer buffer;
|
||||||
|
|||||||
Reference in New Issue
Block a user