svn commit: samba r13140 - in branches/SAMBA_3_0/source/web: .

jra at samba.org jra at samba.org
Wed Jan 25 21:58:07 GMT 2006


Author: jra
Date: 2006-01-25 21:58:06 +0000 (Wed, 25 Jan 2006)
New Revision: 13140

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13140

Log:
Fix swat - make sure it can list running services (ensure loopback_ip)
is defined. Jerry - this needs to be in 3.0.21b.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/web/swat.c


Changeset:
Modified: branches/SAMBA_3_0/source/web/swat.c
===================================================================
--- branches/SAMBA_3_0/source/web/swat.c	2006-01-25 21:57:40 UTC (rev 13139)
+++ branches/SAMBA_3_0/source/web/swat.c	2006-01-25 21:58:06 UTC (rev 13140)
@@ -1373,6 +1373,7 @@
 
 	setup_logging(argv[0],False);
 	load_config(True);
+	load_interfaces();
 	iNumNonAutoPrintServices = lp_numservices();
 	load_printers();
 



More information about the samba-cvs mailing list