]> git.ipfire.org Git - thirdparty/squid.git/commit
- Removed FD from FQDN callbacks
authorwessels <>
Fri, 2 May 1997 10:28:32 +0000 (10:28 +0000)
committerwessels <>
Fri, 2 May 1997 10:28:32 +0000 (10:28 +0000)
commit348b203123014c0ed2629b3f238af13ec6aa5c73
tree9d43ffcec18e76ba37226a8a92f9c5c23b3f7e06
parentf0d5043e670df267e0c0aac8562a2effce84fcfd
- Removed FD from FQDN callbacks
- Fixed fqdncacheUnregister() from aclChecklistFree()
  due to stupid use of static ipcache_addr memory.
- split aclCheckCallback into aclCheckCallback and
  aclChecklistFree.
- split aclNBCheck into aclNBCheck and aclChecklistCreate.
- free aclCheck_t from icpStateFree
- Added peerSelectFree()
src/acl.cc
src/client_side.cc
src/fqdncache.cc
src/peer_select.cc