Author: deryck Date: 2006-05-05 21:28:16 +0000 (Fri, 05 May 2006) New Revision: 15465
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15465 Log: Fix segfault in SWAT. Fixes bug #3702. deryck Modified: branches/SAMBA_3_0/source/web/swat.c trunk/source/web/swat.c Changeset: Modified: branches/SAMBA_3_0/source/web/swat.c =================================================================== --- branches/SAMBA_3_0/source/web/swat.c 2006-05-05 21:19:25 UTC (rev 15464) +++ branches/SAMBA_3_0/source/web/swat.c 2006-05-05 21:28:16 UTC (rev 15465) @@ -1375,6 +1375,8 @@ poptFreeContext(pc); + load_case_tables(); + setup_logging(argv[0],False); load_config(True); load_interfaces(); Modified: trunk/source/web/swat.c =================================================================== --- trunk/source/web/swat.c 2006-05-05 21:19:25 UTC (rev 15464) +++ trunk/source/web/swat.c 2006-05-05 21:28:16 UTC (rev 15465) @@ -1375,6 +1375,8 @@ poptFreeContext(pc); + load_case_tables(); + setup_logging(argv[0],False); load_config(True); load_interfaces();
