From f789fbbf355ef6fcec036806fed6948b47d04320 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 30 Sep 2002 03:05:13 +0000 Subject: * security.cc (allow_ntsec): Default to zero. * environ.cc (environ_init): Set allow_ntsec to TRUE by default, assuming OS allows it. --- winsup/cygwin/security.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/security.cc') diff --git a/winsup/cygwin/security.cc b/winsup/cygwin/security.cc index e9e8877a1..49eb82916 100644 --- a/winsup/cygwin/security.cc +++ b/winsup/cygwin/security.cc @@ -41,7 +41,7 @@ details. */ #include "lm.h" extern BOOL allow_ntea; -BOOL allow_ntsec = true; +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. */ -- cgit v1.2.3