diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-17 14:46:17 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-17 14:46:17 +0000 |
commit | e12cb8b6107272b625c8f34f3346b8314404f567 (patch) | |
tree | 8668d5d4501c472f53f54b9f272ba2dcea9dfada /source3/web | |
parent | d56fc8d169b0b29136b18c764ddb5d2fdfadbd76 (diff) | |
download | samba-e12cb8b6107272b625c8f34f3346b8314404f567.tar.gz samba-e12cb8b6107272b625c8f34f3346b8314404f567.tar.bz2 samba-e12cb8b6107272b625c8f34f3346b8314404f567.zip |
oops, I got the sense of the show_defaults parameter to lp_dump()
wrong.
(This used to be commit b92c3b13d74acb39cdbd2c70eab2ef081c344d5a)
Diffstat (limited to 'source3/web')
-rw-r--r-- | source3/web/swat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c index 7378cf682b..ae5a8006ce 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -305,7 +305,7 @@ static void viewconfig_page(void) } printf("<p><pre>"); - write_config(stdout, !full_view); + write_config(stdout, full_view); printf("</pre>"); printf("</form>\n"); } |