diff libpurple/network.c @ 29104:df24cbb0d6e2

Removed a comment that is now misleading...
author Marcus Lundblad <ml@update.uu.se>
date Thu, 10 Sep 2009 21:51:32 +0000
parents 60d0242ea902
children ecd1aa92fd57
line wrap: on
line diff
--- a/libpurple/network.c	Thu Sep 10 20:51:30 2009 +0000
+++ b/libpurple/network.c	Thu Sep 10 21:51:32 2009 +0000
@@ -215,7 +215,6 @@
 	ioctl(source, SIOCGIFCONF, &ifc);
 	close(source);
 
-	/* enumerate the interfaces on IPv4 (or from source given by fd) */
 	tmp = buffer;
 	while (tmp < buffer + ifc.ifc_len) {
 		char dst[INET_ADDRSTRLEN];