r2384: i missed "nt status support" in my change to the new globals init code
authorAndrew Tridgell <tridge@samba.org>
Fri, 17 Sep 2004 11:24:37 +0000 (11:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:47 +0000 (12:58 -0500)
(This used to be commit 7478f50c2f5c011a1eec04be06f9ecdc48e85f17)

source4/param/loadparm.c

index 426133a05ec6e49f9ea49cda1be9083fedac629c..42798a3e7f0a2f8e7b51661f0e5fde8a29286941 100644 (file)
@@ -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;