summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-12-09 06:35:37 +0000
committerAndrew Tridgell <tridge@samba.org>1998-12-09 06:35:37 +0000
commitcfba976fc234a4b9f1712d42dca405b25b314401 (patch)
tree7a0c385579632459d58a067a4538c4e574e230b7 /source3/nmbd/nmbd.c
parent7135fb0a2c869169996206a9c1cf5ac1112b9f0a (diff)
downloadsamba-cfba976fc234a4b9f1712d42dca405b25b314401.tar.gz
samba-cfba976fc234a4b9f1712d42dca405b25b314401.tar.bz2
samba-cfba976fc234a4b9f1712d42dca405b25b314401.zip
removed the SID stuff from the head branch as well.
This allows the removal of PASSDB_OBJ, RPC_CLIENT_OBJ and RPC_PARSE_OBJ from nmbd in the head branch. so nmbd just went on a diet :) (This used to be commit be697c9ef00f1b6366228dcdd3983d68158dd94f)
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r--source3/nmbd/nmbd.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index a81f9e4bfe..d44fe5507c 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -677,18 +677,6 @@ static void usage(char *pname)
reload_services( True );
- if (!pwdb_initialise(False))
- {
- exit(1);
- }
-
- if (!get_member_domain_sid())
- {
- DEBUG(0,("ERROR: Samba cannot obtain PDC SID from PDC(s) %s.\n",
- lp_passwordserver()));
- exit(1);
- }
-
set_samba_nb_type();
if (!is_daemon && !is_a_socket(0))