X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsnmp.c;h=ad81c89214a926d8e194bad96d2dd207bf6fa707;hb=712c0a416128c6c742dd2721140222a28c009c22;hp=cff38a4066d83f748b32bb2c2abecfb228dadd54;hpb=77a69360da55e89f2ede7b5c8942703221bfde9a;p=collectd.git diff --git a/src/snmp.c b/src/snmp.c index cff38a40..ad81c892 100644 --- a/src/snmp.c +++ b/src/snmp.c @@ -1373,12 +1373,12 @@ static int csnmp_read_table (host_definition_t *host, data_definition_t *data) csnmp_table_values_t *vt; oid_t vb_name; oid_t suffix; + int ret; csnmp_oid_init (&vb_name, vb->name, vb->name_length); /* Calculate the current suffix. This is later used to check that the * suffix is increasing. This also checks if we left the subtree */ - int ret; ret = csnmp_oid_suffix (&suffix, &vb_name, data->values + i); if (ret != 0) {