summaryrefslogtreecommitdiff
path: root/source3/web
diff options
context:
space:
mode:
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/swat.c2
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");
}