From: Deryck Hodge Date: Fri, 5 May 2006 21:28:16 +0000 (+0000) Subject: r15465: Fix segfault in SWAT. X-Git-Tag: samba-4.0.0alpha6~801^2~8491 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e805b87e5ff6c0359b84727fe69e287e14890c02;p=thirdparty%2Fsamba.git r15465: Fix segfault in SWAT. Fixes bug #3702. deryck (This used to be commit 4ad7276cef02b28308446c0eb76ea1190ffe9b05) --- diff --git a/source3/web/swat.c b/source3/web/swat.c index cbf5ba89891..a0dc0f4d313 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();