Created
August 12, 2013 10:41
-
-
Save shantanoo/6209834 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment