summaryrefslogtreecommitdiff
path: root/source3/utils/testparm.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-08-13 16:32:20 +0000
committerHerb Lewis <herb@samba.org>1998-08-13 16:32:20 +0000
commitb6808ed8b24513c3c73005ecbb9a14b0bd2f0775 (patch)
tree66f9fba763165986be3d6177ede65174251f1b37 /source3/utils/testparm.c
parent5a5b4258ed51cc3dabe7a017fa2e3a538ef99d7d (diff)
downloadsamba-b6808ed8b24513c3c73005ecbb9a14b0bd2f0775.tar.gz
samba-b6808ed8b24513c3c73005ecbb9a14b0bd2f0775.tar.bz2
samba-b6808ed8b24513c3c73005ecbb9a14b0bd2f0775.zip
return to old behaviour of dumping ALL parameters
(This used to be commit aa5648ce833a13b202e4d3e5304494c3bab6855f)
Diffstat (limited to 'source3/utils/testparm.c')
-rw-r--r--source3/utils/testparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c
index c980fd1758..6f4ea23136 100644
--- a/source3/utils/testparm.c
+++ b/source3/utils/testparm.c
@@ -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)