--------------------- PatchSet 3292 Date: 2001/10/30 21:44:38 Author: hno Branch: ipv6 Tag: (none) Log: Minor fix to allow SNMP to compile IPv6. Members: src/snmp_core.c:1.3.6.4->1.3.6.5 Index: squid/src/snmp_core.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/snmp_core.c,v retrieving revision 1.3.6.4 retrieving revision 1.3.6.5 diff -u -r1.3.6.4 -r1.3.6.5 --- squid/src/snmp_core.c 25 Oct 2001 18:24:55 -0000 1.3.6.4 +++ squid/src/snmp_core.c 30 Oct 2001 21:44:38 -0000 1.3.6.5 @@ -1,6 +1,6 @@ /* - * $Id: snmp_core.c,v 1.3.6.4 2001/10/25 18:24:55 hno Exp $ + * $Id: snmp_core.c,v 1.3.6.5 2001/10/30 21:44:38 hno Exp $ * * DEBUG: section 49 SNMP support * AUTHOR: Glenn Chisholm @@ -356,7 +356,7 @@ enter_suid(); theInSnmpConnection = comm_open(SOCK_DGRAM, 0, - &Config.Addrs.snmp_incoming, + Config.Addrs.snmp_incoming, port, COMM_NONBLOCKING, "SNMP Port"); @@ -370,7 +370,7 @@ enter_suid(); theOutSnmpConnection = comm_open(SOCK_DGRAM, 0, - &Config.Addrs.snmp_outgoing, + Config.Addrs.snmp_outgoing, port, COMM_NONBLOCKING, "SNMP Port");