mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-20 21:57:10 -04:00
Add break statement to switch path
This commit is contained in:
parent
76e1a1fa8c
commit
2192c6a8a1
1 changed files with 1 additions and 0 deletions
|
|
@ -533,6 +533,7 @@ check_snmp_evaluation evaluate_single_unit(response_value response,
|
|||
} break;
|
||||
case ASN_IPADDRESS:
|
||||
// TODO
|
||||
break;
|
||||
}
|
||||
|
||||
if (got_a_numerical_value) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue