diff options
author | Herb Lewis <herb@samba.org> | 1998-08-13 16:32:20 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1998-08-13 16:32:20 +0000 |
commit | b6808ed8b24513c3c73005ecbb9a14b0bd2f0775 (patch) | |
tree | 66f9fba763165986be3d6177ede65174251f1b37 /source3/utils | |
parent | 5a5b4258ed51cc3dabe7a017fa2e3a538ef99d7d (diff) | |
download | samba-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')
-rw-r--r-- | source3/utils/testparm.c | 2 |
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) |