mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
sftp: Reformat sftp_mkdir()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 89c525bbf1)
This commit is contained in:
@@ -2227,7 +2227,8 @@ int sftp_rmdir(sftp_session sftp, const char *directory) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Code written by Nick */
|
/* Code written by Nick */
|
||||||
int sftp_mkdir(sftp_session sftp, const char *directory, mode_t mode) {
|
int sftp_mkdir(sftp_session sftp, const char *directory, mode_t mode)
|
||||||
|
{
|
||||||
sftp_status_message status = NULL;
|
sftp_status_message status = NULL;
|
||||||
sftp_message msg = NULL;
|
sftp_message msg = NULL;
|
||||||
sftp_attributes errno_attr = NULL;
|
sftp_attributes errno_attr = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user