summaryrefslogtreecommitdiff
path: root/source3/nmbd
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-11-02 16:20:25 +0000
committerLuke Leighton <lkcl@samba.org>1998-11-02 16:20:25 +0000
commit502e2ec3cf3dc1e0d64771f52b7bc7ff54050526 (patch)
tree0d3d58a501992bee100e16431889db75e1ff8c35 /source3/nmbd
parent233aae20814d1e0d90805279182b6acd09697871 (diff)
downloadsamba-502e2ec3cf3dc1e0d64771f52b7bc7ff54050526.tar.gz
samba-502e2ec3cf3dc1e0d64771f52b7bc7ff54050526.tar.bz2
samba-502e2ec3cf3dc1e0d64771f52b7bc7ff54050526.zip
removed comment line at end of file
(This used to be commit 5e2fc8b7ccf4a9c8b0a2acf4bd752531ac6fa775)
Diffstat (limited to 'source3/nmbd')
-rw-r--r--source3/nmbd/nmbd.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index bdafdd44fc..92c43f410e 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -567,7 +567,10 @@ static void usage(char *pname)
charset_initialise();
- if(!initialize_password_db())
+ if(!initialise_group_db())
+ exit(1);
+
+ if(!initialise_password_db())
exit(1);
#ifdef LMHOSTSFILE
@@ -768,4 +771,3 @@ static void usage(char *pname)
return(0);
} /* main */
-/* ========================================================================== */