summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-05-19 04:45:40 +0000
committerJeremy Allison <jra@samba.org>1998-05-19 04:45:40 +0000
commit2f9f0a88e8220575edb43a9945d0b60829efa840 (patch)
tree203582416a160c92098f630221ac4aaedb0daeff
parent27ca536ad974242524c12f7100e419d9e7f9647f (diff)
downloadsamba-2f9f0a88e8220575edb43a9945d0b60829efa840.tar.gz
samba-2f9f0a88e8220575edb43a9945d0b60829efa840.tar.xz
samba-2f9f0a88e8220575edb43a9945d0b60829efa840.zip
Forgot to add the initialize_password_db() call to nmbd also.
Jeremy.
-rw-r--r--source/nmbd/nmbd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c
index 39f5087497a..1bb7ed55e40 100644
--- a/source/nmbd/nmbd.c
+++ b/source/nmbd/nmbd.c
@@ -566,6 +566,9 @@ int main(int argc,char *argv[])
charset_initialise();
+ if(!initialize_password_db())
+ exit(1);
+
#ifdef LMHOSTSFILE
pstrcpy( host_file, LMHOSTSFILE );
#endif