Add break statement to switch path

This commit is contained in:
Lorenz Kästle 2025-09-09 01:27:27 +02:00
parent 76e1a1fa8c
commit 2192c6a8a1

View file

@ -533,6 +533,7 @@ check_snmp_evaluation evaluate_single_unit(response_value response,
} break;
case ASN_IPADDRESS:
// TODO
break;
}
if (got_a_numerical_value) {