svn commit: samba r13139 - in trunk/source/web: .

jra at samba.org jra at samba.org
Wed Jan 25 21:57:40 GMT 2006


Author: jra
Date: 2006-01-25 21:57:40 +0000 (Wed, 25 Jan 2006)
New Revision: 13139

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

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:
   trunk/source/web/swat.c


Changeset:
Modified: trunk/source/web/swat.c
===================================================================
--- trunk/source/web/swat.c	2006-01-25 21:29:36 UTC (rev 13138)
+++ trunk/source/web/swat.c	2006-01-25 21:57:40 UTC (rev 13139)
@@ -1428,6 +1428,7 @@
 
 	setup_logging(argv[0],False);
 	load_config(True);
+	load_interfaces();
 	iNumNonAutoPrintServices = lp_numservices();
 	load_printers();
 



More information about the samba-cvs mailing list