snmp plugin: fix scan-build warning
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 29 May 2018 08:29:14 +0000 (10:29 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 29 May 2018 08:29:14 +0000 (10:29 +0200)
commit6111d6c23af6e3a4cde8830dc79a117aeac2e4de
tree6e267b006283a2293196fce31f9815aa4fa8b087
parentf2dfcc7bea1dd34d6679d334e2c94854d0029e7b
snmp plugin: fix scan-build warning

 CC       src/snmp_la-snmp.lo
src/snmp.c:592:5: warning: Value stored to 'status' is never read
    status = 0;
    ^        ~
1 warning generated.
src/snmp.c