8
0
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:
alexpeshkoff 2009-04-06 16:16:40 +00:00
parent 9e146c06bc
commit d080161b15

View File

@ -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,