--- netwerk/dns/src/nsHostResolver.cpp.orig Thu Feb 12 16:18:43 2004 +++ netwerk/dns/src/nsHostResolver.cpp Thu Feb 12 16:18:57 2004 @@ -387,13 +387,6 @@ // if the record is null, then HostDB_InitEntry failed. if (!he || !he->rec) rv = NS_ERROR_OUT_OF_MEMORY; - // do we have a cached result that we can reuse? - else if (!bypassCache && - he->rec->HasResult() && - NowInMinutes() <= he->rec->expiration) { - // put reference to host record on stack... - result = he->rec; - } // try parsing the host name as an IP address literal to short // circuit full host resolution. (this is necessary on some // platforms like Win9x. see bug 219376 for more details.)