]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixed queue traversal. we only check the last queue entry because
authorwessels <>
Mon, 19 Apr 1999 13:16:29 +0000 (13:16 +0000)
committerwessels <>
Mon, 19 Apr 1999 13:16:29 +0000 (13:16 +0000)
commit0c4fe9e4aeb7eb18fce2ff00c4707e8ea1df7a60
tree7a6dca9a440163dd4a2b48610940f884d862d115
parent253034c3c4285d8d8d110d5da568b638ef273af7
Fixed queue traversal.  we only check the last queue entry because
n->prev was always NULL after removing it from the double linked list.
src/dns_internal.cc