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 90ebabb5d6..3b1144b816 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -833,7 +833,7 @@ static void init_globals(bool reinit_globals)
Globals.encrypted_passwords = true;
Globals.clientSchannel = Auto;
Globals.bWinbindSealedPipes = true;
- Globals.bRequireStrongKey = true;
+ Globals.require_strong_key = true;
Globals.serverSchannel = Auto;
Globals.bReadRaw = true;
Globals.bWriteRaw = true;