From 0329d755a7611ba3897fc1ee9bdce410cc33d7f8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 30 Aug 2006 11:29:34 +0000 Subject: r17930: Merge noinclude branch: * Move dlinklist.h, smb.h to subsystem-specific directories * Clean up ads.h and move what is left of it to dsdb/ (only place where it's used) (This used to be commit f7afa1cb77f3cfa7020b57de12e6003db7cfcc42) --- source4/param/loadparm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source4/param/loadparm.c') diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 0b41c8ed40..bf030fdc40 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -53,7 +53,6 @@ */ #include "includes.h" -#include "smb.h" #include "version.h" #include "dynconfig.h" #include "pstring.h" @@ -64,7 +63,7 @@ #include "librpc/gen_ndr/samr.h" #include "smb_server/smb_server.h" #include "libcli/raw/signing.h" -#include "dlinklist.h" +#include "lib/util/dlinklist.h" #include "param/loadparm.h" static BOOL bLoaded = False; @@ -698,7 +697,7 @@ static void init_globals(void) do_parameter("use spnego", "True", NULL); - do_parameter("smb ports", SMB_PORTS, NULL); + do_parameter("smb ports", "445 139", NULL); do_parameter("nbt port", "137", NULL); do_parameter("dgram port", "138", NULL); do_parameter("cldap port", "389", NULL); -- cgit