Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 3762659246fae770e119dd650d6db7f8 > files > 1

aget-0.4.1-1mdv2010.1.src.rpm

Index: Head.c
===================================================================
--- Head.c
+++ Head.c	2009-11-10 02:33:35.000000000 +0100
@@ -55,7 +55,7 @@
 				hstrerror(h_errno));
 		exit(1);
 	}
-	strncpy(req->ip, inet_ntoa(*(struct in_addr *)he->h_addr), MAXIPSIZ);
+	strncpy(req->ip, inet_ntoa(*(struct in_addr *)he->h_addr_list[0]), MAXIPSIZ);
 
 
 	time(&t_start);