]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
The snmp included in its response only the statistics from the first kid
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 20 Jan 2011 15:30:22 +0000 (17:30 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 20 Jan 2011 15:30:22 +0000 (17:30 +0200)
src/snmpx/Inquirer.cc

index b7e4a59ed6c6471870d3af9e26138b94ba6c8b76..0510781f14085455e043dc5047a86df1b581d0c1 100644 (file)
@@ -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