You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
343 B
11 lines
343 B
--- ./tests/resolve/resolve.c 2016-12-02 04:01:25.000000000 +0530
|
|
+++ ../resolve.c 2016-12-07 11:10:38.473122715 +0530
|
|
@@ -111,7 +111,7 @@
|
|
|
|
|
|
/* Set the hosts db to close each time - effectively rewinding file */
|
|
- sethostent(0);
|
|
+ /* sethostent(0); */
|
|
|
|
if((host = gethostbyname (myname)) == NULL) {
|
|
fprintf(stderr,
|
|
|