]> git.ipfire.org Git - thirdparty/squid.git/commit
parse_peer() was checking for a self-configured peer, but its not
authorwessels <>
Tue, 5 Dec 2000 15:55:47 +0000 (15:55 +0000)
committerwessels <>
Tue, 5 Dec 2000 15:55:47 +0000 (15:55 +0000)
commitb263bd3f0472e49f96355a92c37328e973b849d5
tree964a2a9f0a86d9526417cefe6d2dc866db89a4d1
parentc7f9eb6d11790300237552ace51f554b666a4b73
parse_peer() was checking for a self-configured peer, but its not
safe to call getMyHostname() before we parsed the whole config
file.  Therefore, I moved this check into neighbors_open().
src/cache_cf.cc
src/neighbors.cc