* security.cc (allow_ntsec): Default to zero.

* environ.cc (environ_init): Set allow_ntsec to TRUE by default, assuming OS
allows it.
This commit is contained in:
Christopher Faylor
2002-09-30 03:05:13 +00:00
parent 0fa64fa3a7
commit f789fbbf35
3 changed files with 7 additions and 3 deletions

View File

@ -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. */