return to old behaviour of dumping ALL parameters
authorHerb Lewis <herb@samba.org>
Thu, 13 Aug 1998 16:32:20 +0000 (16:32 +0000)
committerHerb Lewis <herb@samba.org>
Thu, 13 Aug 1998 16:32:20 +0000 (16:32 +0000)
source/utils/testparm.c

index c980fd175894a74767c3c53005add000ad820466..6f4ea23136cc83d50d803e0a7690cbc40630cfb7 100644 (file)
@@ -107,7 +107,7 @@ cannot be set in the smb.conf file. nmbd will abort with this setting.\n");
       printf("Press enter to see a dump of your service definitions\n");
       fflush(stdout);
       getc(stdin);
-      lp_dump(stdout,False);
+      lp_dump(stdout,True);
     }
   
   if (argc == 4)