sftp: Reformat sftp_lstat()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
родитель
4d98b1cd7e
Коммит
f3ffd8aa41
@ -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;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user