changeset 29498: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 94f85ba7e5a9 6e9917e067e6
files libpurple/network.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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];