--------------------- PatchSet 1435 Date: 2005/06/01 16:46:58 Author: rmartinez Branch: squid3-ipv6 Tag: (none) Log: Very important. Prevent from compiling with snmp support with IPv6. Pressumably it will not enter on the IPv6-HEAD merge Members: src/client_db.cc:1.5.4.2->1.5.4.3 Index: squid3/src/client_db.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/client_db.cc,v retrieving revision 1.5.4.2 retrieving revision 1.5.4.3 diff -u -r1.5.4.2 -r1.5.4.3 --- squid3/src/client_db.cc 25 Apr 2005 13:35:30 -0000 1.5.4.2 +++ squid3/src/client_db.cc 1 Jun 2005 16:46:58 -0000 1.5.4.3 @@ -1,6 +1,6 @@ /* - * $Id: client_db.cc,v 1.5.4.2 2005/04/25 13:35:30 rmartinez Exp $ + * $Id: client_db.cc,v 1.5.4.3 2005/06/01 16:46:58 rmartinez Exp $ * * DEBUG: section 0 Client Database * AUTHOR: Duane Wessels @@ -377,6 +377,9 @@ #if SQUID_SNMP +#ifdef INET6 +#error "Error. SQUID_SNMP is not ready for IPv6" +#endif struct IN_ADDR * client_entry(struct IN_ADDR *current)