projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dccb373
)
clang-format -style=file -i src/snmp.c
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
1499cf6
..
38141e4
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);