diff options
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; |