Merge pull request #226 from amnezia-vpn/bugfix/sftp-files-permissions
bugfix/sftp-files-permissions
This commit is contained in:
commit
00d61def0b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
#include <fstream>
|
||||
|
||||
#ifdef Q_OS_WINDOWS
|
||||
#define S_IRWXU 0
|
||||
const uint32_t S_IRWXU = 0644;
|
||||
#endif
|
||||
|
||||
namespace libssh {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue