removed comment line at end of file
authorLuke Leighton <lkcl@samba.org>
Mon, 2 Nov 1998 16:20:25 +0000 (16:20 +0000)
committerLuke Leighton <lkcl@samba.org>
Mon, 2 Nov 1998 16:20:25 +0000 (16:20 +0000)
(This used to be commit 5e2fc8b7ccf4a9c8b0a2acf4bd752531ac6fa775)

source3/nmbd/nmbd.c
source3/smbd/mangle.c

index bdafdd44fcd929e40b837167d3136cca311c4ec3..92c43f410e7a633fae83146049d200570205ef03 100644 (file)
@@ -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 */
 
-/* ========================================================================== */
index f0d5a9d85ca06f26269f06d308dd8da23bbc1cd8..b829746a32644de609f7d2c1add24a2b526b047d 100644 (file)
@@ -983,4 +983,3 @@ BOOL name_map_mangle(char *OutName, BOOL need83, int snum)
        return(True);
 } /* name_map_mangle */
 
-/* ========================================================================== */