svn commit: samba r5052 - in branches/SAMBA_4_0/source/lib/netif: .

tridge at samba.org tridge at samba.org
Fri Jan 28 11:23:31 GMT 2005


Author: tridge
Date: 2005-01-28 11:23:31 +0000 (Fri, 28 Jan 2005)
New Revision: 5052

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

Log:
minor formatting fix


Modified:
   branches/SAMBA_4_0/source/lib/netif/interface.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/netif/interface.c
===================================================================
--- branches/SAMBA_4_0/source/lib/netif/interface.c	2005-01-28 09:21:19 UTC (rev 5051)
+++ branches/SAMBA_4_0/source/lib/netif/interface.c	2005-01-28 11:23:31 UTC (rev 5052)
@@ -187,10 +187,10 @@
 
 	ptr = lp_interfaces();
 	mem_ctx = talloc_init("load_interfaces");
-    if (!mem_ctx) {
-    	DEBUG(2,("no memory to load interfaces \n"));
+	if (!mem_ctx) {
+		DEBUG(2,("no memory to load interfaces \n"));
 		return;
-    }
+	}
 
 	allones_ip = interpret_addr2("255.255.255.255");
 	loopback_ip = interpret_addr2("127.0.0.1");
@@ -330,7 +330,6 @@
 	return NULL;
 }
 
-
 /* these 3 functions return the ip/bcast/nmask for the interface
    most appropriate for the given ip address. If they can't find
    an appropriate interface they return the requested field of the



More information about the samba-cvs mailing list