summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-03-17 11:44:16 +0000
committerAndrew Tridgell <tridge@samba.org>1998-03-17 11:44:16 +0000
commit59d7006b05bb301e36f786b047b90ab9ef5be122 (patch)
tree3569000d0fcf26e29da9f0801c492cf6fe45b8a7 /source3/utils
parent7a60caa1186dc84d6e590b968e072cdb448b6335 (diff)
downloadsamba-59d7006b05bb301e36f786b047b90ab9ef5be122.tar.gz
samba-59d7006b05bb301e36f786b047b90ab9ef5be122.tar.bz2
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')
-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 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)