summaryrefslogtreecommitdiffstats
path: root/source/nmbd
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-12-01 03:14:30 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-12-01 03:14:30 +0000
commit13b9af53bff8e42126a38f93c3bdd5b4d9b20aba (patch)
treebd0328efa0f3579002dd17c6d7710d48d2867136 /source/nmbd
parentea18d02036b4e0502e5ecb057c9fe381709a07d8 (diff)
downloadsamba-13b9af53bff8e42126a38f93c3bdd5b4d9b20aba.tar.gz
samba-13b9af53bff8e42126a38f93c3bdd5b4d9b20aba.tar.xz
samba-13b9af53bff8e42126a38f93c3bdd5b4d9b20aba.zip
Remove extra headers, and ensure that we correctly bail out of winbindd if we
can't create the socket. Andrew Bartlett
Diffstat (limited to 'source/nmbd')
-rw-r--r--source/nmbd/nmbd_browsesync.c1
-rw-r--r--source/nmbd/nmbd_serverlistdb.c1
-rw-r--r--source/nmbd/nmbd_subnetdb.c1
-rw-r--r--source/nmbd/nmbd_synclists.c1
-rw-r--r--source/nmbd/nmbd_workgroupdb.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/source/nmbd/nmbd_browsesync.c b/source/nmbd/nmbd_browsesync.c
index 3a20f07b052..daa5142b25a 100644
--- a/source/nmbd/nmbd_browsesync.c
+++ b/source/nmbd/nmbd_browsesync.c
@@ -22,7 +22,6 @@
*/
#include "includes.h"
-#include "smb.h"
/* This is our local master browser list database. */
extern ubi_dlList lmb_browserlist[];
diff --git a/source/nmbd/nmbd_serverlistdb.c b/source/nmbd/nmbd_serverlistdb.c
index 2fee239b2dc..ee0c021d5dc 100644
--- a/source/nmbd/nmbd_serverlistdb.c
+++ b/source/nmbd/nmbd_serverlistdb.c
@@ -22,7 +22,6 @@
*/
#include "includes.h"
-#include "smb.h"
extern int ClientNMB;
diff --git a/source/nmbd/nmbd_subnetdb.c b/source/nmbd/nmbd_subnetdb.c
index 3ca33c4e538..7875cd06b4e 100644
--- a/source/nmbd/nmbd_subnetdb.c
+++ b/source/nmbd/nmbd_subnetdb.c
@@ -24,7 +24,6 @@
*/
#include "includes.h"
-#include "smb.h"
extern int ClientNMB;
extern int ClientDGRAM;
diff --git a/source/nmbd/nmbd_synclists.c b/source/nmbd/nmbd_synclists.c
index 30c7d579f18..b9952fb446c 100644
--- a/source/nmbd/nmbd_synclists.c
+++ b/source/nmbd/nmbd_synclists.c
@@ -28,7 +28,6 @@
also allows us to have more than 1 sync going at once (tridge) */
#include "includes.h"
-#include "smb.h"
struct sync_record {
struct sync_record *next, *prev;
diff --git a/source/nmbd/nmbd_workgroupdb.c b/source/nmbd/nmbd_workgroupdb.c
index f2dc80dfe5c..b8ea60dec07 100644
--- a/source/nmbd/nmbd_workgroupdb.c
+++ b/source/nmbd/nmbd_workgroupdb.c
@@ -22,7 +22,6 @@
*/
#include "includes.h"
-#include "smb.h"
extern int ClientNMB;