sftp: Reformat sftp_xstat()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-08-31 19:36:33 +02:00
parent 336c097ae7
commit b00a0578f9

View File

@@ -3065,8 +3065,10 @@ char *sftp_canonicalize_path(sftp_session sftp, const char *path)
return NULL;
}
static sftp_attributes sftp_xstat(sftp_session sftp, const char *path,
int param) {
static sftp_attributes sftp_xstat(sftp_session sftp,
const char *path,
int param)
{
sftp_status_message status = NULL;
sftp_message msg = NULL;
ssh_string pathstr;