summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-09-17 11:24:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:47 -0500
commitae1c28b92260cb75d5950733d619e1ec4af46a09 (patch)
tree1fc6af11702be8f758a814aed25891c3fcd0cc27 /source4/param
parent8b7a6df1807545164d9516287270a6e4673ac369 (diff)
downloadsamba-ae1c28b92260cb75d5950733d619e1ec4af46a09.tar.gz
samba-ae1c28b92260cb75d5950733d619e1ec4af46a09.tar.bz2
samba-ae1c28b92260cb75d5950733d619e1ec4af46a09.zip
r2384: i missed "nt status support" in my change to the new globals init code
(This used to be commit 7478f50c2f5c011a1eec04be06f9ecdc48e85f17)
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/loadparm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c
index 426133a05e..42798a3e7f 100644
--- a/source4/param/loadparm.c
+++ b/source4/param/loadparm.c
@@ -1001,6 +1001,8 @@ static void init_globals(void)
do_parameter("use spnego", "True");
do_parameter("smb ports", SMB_PORTS);
+
+ do_parameter("nt status support", "True");
}
static TALLOC_CTX *lp_talloc;