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 | b92c3b13d74acb39cdbd2c70eab2ef081c344d5a (patch) | |
tree | a50c55f337b718f953fd646046a5efc830c72b61 /source/web/swat.c | |
parent | 78abb9fec3aac235ad26d0192351dc81ade6c584 (diff) | |
download | samba-b92c3b13d74acb39cdbd2c70eab2ef081c344d5a.tar.gz samba-b92c3b13d74acb39cdbd2c70eab2ef081c344d5a.tar.xz samba-b92c3b13d74acb39cdbd2c70eab2ef081c344d5a.zip |
oops, I got the sense of the show_defaults parameter to lp_dump()
wrong.
Diffstat (limited to 'source/web/swat.c')
-rw-r--r-- | source/web/swat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/swat.c b/source/web/swat.c index 7378cf682bc..ae5a8006ce8 100644 --- a/source/web/swat.c +++ b/source/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"); } |