Index: scheduler/network.c =================================================================== --- scheduler/network.c (revision 9128) +++ scheduler/network.c (revision 9129) @@ -154,11 +154,7 @@ * Try looking up the hostname for the address as needed... */ -#ifdef __APPLE__ if (HostNameLookups) -#else - if (HostNameLookups || RemotePort) -#endif /* __APPLE__ */ httpAddrLookup((http_addr_t *)(addr->ifa_addr), hostname, sizeof(hostname)); else @@ -166,7 +162,7 @@ /* * Map the default server address and localhost to the server name * and localhost, respectively; for all other addresses, use the - * dotted notation... + * numeric address... */ if (httpAddrLocalhost((http_addr_t *)(addr->ifa_addr)))