diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-09-24 04:49:14 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-09-24 04:49:14 +0000 |
commit | cd6478ad9890949d0ef34a7078ec5518debe4a3c (patch) | |
tree | 46435c382925e7f8cb14cdc8be7e2db0bb5fcca6 /source/web/swat.c | |
parent | e12d7570997c229177c239cd2224574a943e262a (diff) | |
download | samba-cd6478ad9890949d0ef34a7078ec5518debe4a3c.tar.gz samba-cd6478ad9890949d0ef34a7078ec5518debe4a3c.tar.xz samba-cd6478ad9890949d0ef34a7078ec5518debe4a3c.zip |
convert all POST variables from display to unix charset
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 56ce321f8d8..9a7658e94f5 100644 --- a/source/web/swat.c +++ b/source/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; |