mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09:00
sftp: Reformat sftp_xstat()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -3065,8 +3065,10 @@ char *sftp_canonicalize_path(sftp_session sftp, const char *path)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static sftp_attributes sftp_xstat(sftp_session sftp, const char *path,
|
static sftp_attributes sftp_xstat(sftp_session sftp,
|
||||||
int param) {
|
const char *path,
|
||||||
|
int param)
|
||||||
|
{
|
||||||
sftp_status_message status = NULL;
|
sftp_status_message status = NULL;
|
||||||
sftp_message msg = NULL;
|
sftp_message msg = NULL;
|
||||||
ssh_string pathstr;
|
ssh_string pathstr;
|
||||||
|
|||||||
Reference in New Issue
Block a user