Identity server patch for NCSA httpd 1.2

Martin Hamilton (martin@mrrl.lut.ac.uk)
Thu, 14 Apr 1994 20:24:50 +0100 (BST)


My copy of httpd 1.2 wasn't returning anything from the RFC 931
lookup. This patch seems to fix the problem!

Cheers,

Martin

*** httpd_1.2/src/util.c Sun Apr 10 06:36:58 1994
--- httpd_1.2_patch/src/util.c Thu Apr 14 19:52:07 1994
***************
*** 711,716 ****
--- 711,718 ----
(struct sockaddr_in *) & sa_server);
}
else result = "unknown";
+
+ return result;
}

void get_local_host()