mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
Use same access rights for CS and SS when creating database file
This commit is contained in:
parent
9e146c06bc
commit
d080161b15
@ -106,11 +106,7 @@ using namespace Firebird;
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#ifdef SUPERSERVER
|
||||
#define MASK 0600
|
||||
#else
|
||||
#define MASK 0660
|
||||
#endif
|
||||
static const mode_t MASK = 0660;
|
||||
|
||||
#define FCNTL_BROKEN
|
||||
// please undefine FCNTL_BROKEN for operating systems,
|
||||
|
Loading…
Reference in New Issue
Block a user