From: Christos Tsantilas Date: Thu, 20 Jan 2011 15:30:22 +0000 (+0200) Subject: The snmp included in its response only the statistics from the first kid X-Git-Tag: take03^2~37^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5654a5991a44763986d22f26387d317ed8b30370;p=thirdparty%2Fsquid.git The snmp included in its response only the statistics from the first kid --- diff --git a/src/snmpx/Inquirer.cc b/src/snmpx/Inquirer.cc index b7e4a59ed6..0510781f14 100644 --- a/src/snmpx/Inquirer.cc +++ b/src/snmpx/Inquirer.cc @@ -69,7 +69,7 @@ Snmp::Inquirer::aggregate(Response::Pointer aResponse) } else { aggrPdu.aggregate(response.pdu); } - return error; + return !error; } /// called when the some external force closed our socket