summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/generic.c2
-rw-r--r--source4/param/loadparm.c5
2 files changed, 3 insertions, 4 deletions
diff --git a/source4/param/generic.c b/source4/param/generic.c
index bed675be69..ca473ce7e7 100644
--- a/source4/param/generic.c
+++ b/source4/param/generic.c
@@ -18,7 +18,7 @@
*/
#include "includes.h"
-#include "dlinklist.h"
+#include "lib/util/dlinklist.h"
#include "param/param.h"
#include "system/filesys.h"
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);