Added in missing return statement.
authorSamba Release Account <samba-bugs@samba.org>
Tue, 10 Dec 1996 17:53:59 +0000 (17:53 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Tue, 10 Dec 1996 17:53:59 +0000 (17:53 +0000)
jra@cygnus.com
(This used to be commit 61dc3087a0fbe92d703d46722338aa9e06b56ed0)

source3/namedbname.c

index 196da103065978de4010fe1e2470b1e8c329950e..2e8c8d589ae38dce93e6e71bc0e3af5b4c2f79b4 100644 (file)
@@ -220,6 +220,7 @@ void dump_names(void)
   if (!f)
   {
     DEBUG(3,("Can't open %s - %s\n",fnamenew,strerror(errno)));
+    return;
   }
   
   DEBUG(4,("Dump of local name table:\n"));