From 00bdbe6259bb77b50f0978511776eda28da92051 Mon Sep 17 00:00:00 2001 From: glenn <> Date: Sat, 30 Jan 1999 03:42:59 +0000 Subject: [PATCH] Added SNMP access error messge. --- src/snmp_core.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); } } -- 2.47.3