From e805b87e5ff6c0359b84727fe69e287e14890c02 Mon Sep 17 00:00:00 2001 From: Deryck Hodge Date: Fri, 5 May 2006 21:28:16 +0000 Subject: r15465: Fix segfault in SWAT. Fixes bug #3702. deryck (This used to be commit 4ad7276cef02b28308446c0eb76ea1190ffe9b05) --- source3/web/swat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/web/swat.c') diff --git a/source3/web/swat.c b/source3/web/swat.c index cbf5ba8989..a0dc0f4d31 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -1375,6 +1375,8 @@ static void printers_page(void) poptFreeContext(pc); + load_case_tables(); + setup_logging(argv[0],False); load_config(True); load_interfaces(); -- cgit