summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dccb373)
raw | patch | inline | side by side (parent: dccb373)
author | Florian Forster <octo@collectd.org> | |
Wed, 18 Oct 2017 18:00:13 +0000 (20:00 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 18 Oct 2017 18:00:13 +0000 (20:00 +0200) |
src/snmp.c | patch | blob | history |
diff --git a/src/snmp.c b/src/snmp.c
index 1499cf6e179c068127765e0370dd4adf7d453920..38141e49c924fae2073f865eab80098734aba429 100644 (file)
--- a/src/snmp.c
+++ b/src/snmp.c
@@ -1540,7 +1540,6 @@ static int csnmp_read_table(host_definition_t *host, data_definition_t *data) {
snmp_free_pdu(res);
res = NULL;
-
if (status == 0)
csnmp_dispatch_table(host, data, instance_list_head, value_list_head);