summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.d
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_snmp.d')
-rw-r--r--plugins/check_snmp.d/check_snmp_helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_snmp.d/check_snmp_helpers.c b/plugins/check_snmp.d/check_snmp_helpers.c
index e18da4a3..ecbfc5dd 100644
--- a/plugins/check_snmp.d/check_snmp_helpers.c
+++ b/plugins/check_snmp.d/check_snmp_helpers.c
@@ -533,6 +533,7 @@ check_snmp_evaluation evaluate_single_unit(response_value response,
533 } break; 533 } break;
534 case ASN_IPADDRESS: 534 case ASN_IPADDRESS:
535 // TODO 535 // TODO
536 break;
536 } 537 }
537 538
538 if (got_a_numerical_value) { 539 if (got_a_numerical_value) {