From: glenn <> Date: Sat, 30 Jan 1999 03:42:59 +0000 (+0000) Subject: Added SNMP access error messge. X-Git-Tag: SQUID_3_0_PRE1~2330 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00bdbe6259bb77b50f0978511776eda28da92051;p=thirdparty%2Fsquid.git Added SNMP access error messge. --- diff --git a/src/snmp_core.cc b/src/snmp_core.cc index d242653e9b..c7de5bfd84 100644 --- a/src/snmp_core.cc +++ b/src/snmp_core.cc @@ -1,5 +1,5 @@ /* - * $Id: snmp_core.cc,v 1.30 1999/01/26 06:16:34 glenn Exp $ + * $Id: snmp_core.cc,v 1.31 1999/01/29 20:42:59 glenn Exp $ * * DEBUG: section 49 SNMP support * AUTHOR: Glenn Chisholm @@ -671,6 +671,8 @@ snmpDecodePacket(snmp_request_t * rq) debug(49, 5) ("snmpAgentParse: reqid=[%d]\n", PDU->reqid); snmpConstructReponse(rq); } else { + debug (49,0) ("Failed SNMP agent query from : %s.\n", + inet_ntoa(rq->from.sin_addr)); snmp_free_pdu(PDU); } }