summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index f736dcac18..9287ed8d07 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -869,7 +869,7 @@ static void init_globals(bool reinit_globals)
Globals.bPamPasswordChange = false;
Globals.bPasswdChatDebug = false;
Globals.iPasswdChatTimeout = 2; /* 2 second default. */
- Globals.bNTPipeSupport = true; /* Do NT pipes by default. */
+ Globals.nt_pipe_support = true; /* Do NT pipes by default. */
Globals.bNTStatusSupport = true; /* Use NT status by default. */
Globals.bStatCache = true; /* use stat cache by default */
Globals.iMaxStatCacheSize = 256; /* 256k by default */