Open GoogleCodeExporter opened 8 years ago
The error is on line number 76 in Agent.pde
The correct syntax is:
if ( (pdu.type == SNMP_PDU_GET || pdu.type == SNMP_PDU_GET_NEXT || pdu.type == SNMP_PDU_SET)
&& pdu.error == SNMP_ERR_NO_ERROR && api_status == SNMP_API_STAT_SUCCESS ) {
Original comment by petr.dom...@gmail.com
on 27 Jul 2013 at 8:46
Original issue reported on code.google.com by
dimvas2...@gmail.com
on 1 Nov 2012 at 5:32