mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 10:26:47 +09:00
sftp: Reformat sftp_canonicalize_path()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -2984,7 +2984,8 @@ void sftp_statvfs_free(sftp_statvfs_t statvfs) {
|
||||
}
|
||||
|
||||
/* another code written by Nick */
|
||||
char *sftp_canonicalize_path(sftp_session sftp, const char *path) {
|
||||
char *sftp_canonicalize_path(sftp_session sftp, const char *path)
|
||||
{
|
||||
sftp_status_message status = NULL;
|
||||
sftp_message msg = NULL;
|
||||
ssh_string name = NULL;
|
||||
|
||||
Reference in New Issue
Block a user