summaryrefslogtreecommitdiff
path: root/source3/web/swat.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-24 04:49:14 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-24 04:49:14 +0000
commit1fcc9e1f6d2a6ee3f170055692cbfbe7432cf7ee (patch)
tree4d4a69fe60b90f948fe8189ffbe39d38993ab78c /source3/web/swat.c
parentfee958d31a949fa1ef4452f43a98b7edecbd8cd8 (diff)
downloadsamba-1fcc9e1f6d2a6ee3f170055692cbfbe7432cf7ee.tar.gz
samba-1fcc9e1f6d2a6ee3f170055692cbfbe7432cf7ee.tar.bz2
samba-1fcc9e1f6d2a6ee3f170055692cbfbe7432cf7ee.zip
convert all POST variables from display to unix charset
(This used to be commit cd6478ad9890949d0ef34a7078ec5518debe4a3c)
Diffstat (limited to 'source3/web/swat.c')
-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 56ce321f8d..9a7658e94f 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -1042,7 +1042,7 @@ static void printers_page(void)
print_header();
- cgi_load_variables(NULL);
+ cgi_load_variables();
if (!file_exist(servicesf, NULL)) {
have_read_access = True;