diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-09-11 02:19:23 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-09-11 02:19:23 +0000 |
commit | 646a7219609364939856ad2697ffd85af87b1cbe (patch) | |
tree | 87b9f3b52d0a61b8e22f0d870e90e847796cc86d | |
parent | c6d44776282c042efb6c18f350da952933263765 (diff) | |
download | samba-646a7219609364939856ad2697ffd85af87b1cbe.tar.gz samba-646a7219609364939856ad2697ffd85af87b1cbe.tar.bz2 samba-646a7219609364939856ad2697ffd85af87b1cbe.zip |
add the stdout parameter to lp_dump()
(This used to be commit 77f5bc87058dfb5c1b14e7cd8c6097a6bcb2c0cc)
-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 81e69cd76f..ca364cb8c9 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -82,7 +82,7 @@ extern int DEBUGLEVEL; printf("Press enter to see a dump of your service definitions\n"); fflush(stdout); getc(stdin); - lp_dump(); + lp_dump(stdout); } if (argc == 4) |