diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-17 11:44:16 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-17 11:44:16 +0000 |
commit | 59d7006b05bb301e36f786b047b90ab9ef5be122 (patch) | |
tree | 3569000d0fcf26e29da9f0801c492cf6fe45b8a7 /source3/utils/testparm.c | |
parent | 7a60caa1186dc84d6e590b968e072cdb448b6335 (diff) | |
download | samba-59d7006b05bb301e36f786b047b90ab9ef5be122.tar.gz samba-59d7006b05bb301e36f786b047b90ab9ef5be122.tar.xz samba-59d7006b05bb301e36f786b047b90ab9ef5be122.zip |
- added "Full View"/"Normal View" on the "view config" page
- added the ability to auto-refresh the status page. There is a
problem with this (it can kill inetd!). Hopefully we can fix that.
(This used to be commit 4488d8932fa072bf8a3ae236ab666618051b5e83)
Diffstat (limited to 'source3/utils/testparm.c')
-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 0cc76066bb..83d4d7fbb5 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -89,7 +89,7 @@ extern pstring myhostname; printf("Press enter to see a dump of your service definitions\n"); fflush(stdout); getc(stdin); - lp_dump(stdout); + lp_dump(stdout,False); } if (argc == 4) |