diff options
Diffstat (limited to 'winsup/cygwin/security.cc')
-rw-r--r-- | winsup/cygwin/security.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/security.cc b/winsup/cygwin/security.cc index 24501fa..f208ebe 100644 --- a/winsup/cygwin/security.cc +++ b/winsup/cygwin/security.cc @@ -44,7 +44,7 @@ details. */ extern BOOL allow_ntea; -BOOL allow_ntsec = FALSE; +BOOL allow_ntsec; /* allow_smbntsec is handled exclusively in path.cc (path_conv::check). It's defined here because of it's strong relationship to allow_ntsec. The default is TRUE to reflect the old behaviour. */ |