diff options
author | Luke Leighton <lkcl@samba.org> | 1998-11-02 16:20:25 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-11-02 16:20:25 +0000 |
commit | 502e2ec3cf3dc1e0d64771f52b7bc7ff54050526 (patch) | |
tree | 0d3d58a501992bee100e16431889db75e1ff8c35 /source3/nmbd | |
parent | 233aae20814d1e0d90805279182b6acd09697871 (diff) | |
download | samba-502e2ec3cf3dc1e0d64771f52b7bc7ff54050526.tar.gz samba-502e2ec3cf3dc1e0d64771f52b7bc7ff54050526.tar.xz 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.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index bdafdd44fcd..92c43f410e7 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 */ -/* ========================================================================== */ |