summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-09-09 01:27:27 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-09-09 01:27:27 +0200
commit2192c6a8a108fc3586ef0bd8e990d7217d2689dc (patch)
tree734335f0c9274c859bbfef4550ee6ad1d333f1b0
parent76e1a1fa8cbb11bc67fae55a0ae2b596faa66444 (diff)
downloadmonitoring-plugins-2192c6a8a108fc3586ef0bd8e990d7217d2689dc.tar.gz
Add break statement to switch path
-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) {