From ae1c28b92260cb75d5950733d619e1ec4af46a09 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 17 Sep 2004 11:24:37 +0000 Subject: r2384: i missed "nt status support" in my change to the new globals init code (This used to be commit 7478f50c2f5c011a1eec04be06f9ecdc48e85f17) --- source4/param/loadparm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/param') 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; -- cgit