--------------------- PatchSet 5061 Date: 2007/07/13 10:14:39 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: NOTE: ACLChecklist destructor CAN fail on assert(auth_user_request) Members: src/ACLChecklist.cc:1.22.4.14->1.22.4.15 Index: squid3/src/ACLChecklist.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ACLChecklist.cc,v retrieving revision 1.22.4.14 retrieving revision 1.22.4.15 diff -u -r1.22.4.14 -r1.22.4.15 --- squid3/src/ACLChecklist.cc 18 Jun 2007 10:15:28 -0000 1.22.4.14 +++ squid3/src/ACLChecklist.cc 13 Jul 2007 10:14:39 -0000 1.22.4.15 @@ -1,5 +1,5 @@ /* - * $Id: ACLChecklist.cc,v 1.22.4.14 2007/06/18 10:15:28 amosjeffries Exp $ + * $Id: ACLChecklist.cc,v 1.22.4.15 2007/07/13 10:14:39 amosjeffries Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -403,6 +403,7 @@ * If this fails, then we'll need a backup UNLOCK call in the * destructor. */ + /* AYJ: It fails in builds without any Authentication configured */ assert(auth_user_request == NULL); conn_ = NULL;