diff options
Diffstat (limited to 'plugins-root')
-rw-r--r-- | plugins-root/check_dhcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c index 3732d970..daed9cb0 100644 --- a/plugins-root/check_dhcp.c +++ b/plugins-root/check_dhcp.c | |||
@@ -972,7 +972,7 @@ mp_subcheck get_results(bool exclusive, const int requested_servers, const struc | |||
972 | /* we didn't receive any DHCPOFFERs */ | 972 | /* we didn't receive any DHCPOFFERs */ |
973 | if (dhcp_offer_list == NULL) { | 973 | if (dhcp_offer_list == NULL) { |
974 | sc_dhcp_results = mp_set_subcheck_state(sc_dhcp_results, STATE_CRITICAL); | 974 | sc_dhcp_results = mp_set_subcheck_state(sc_dhcp_results, STATE_CRITICAL); |
975 | xasprintf(&sc_dhcp_results.output, "%s", "No DHCP offers were received"); | 975 | xasprintf(&sc_dhcp_results.output, "%s", "No DHCPOFFERs were received"); |
976 | return sc_dhcp_results; | 976 | return sc_dhcp_results; |
977 | } | 977 | } |
978 | 978 | ||