From: Thomas Guyot-Sionnest Date: Tue, 4 Dec 2007 11:14:36 +0000 (+0000) Subject: missing word in comment block. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6bf37c8cf669bcf32d8b0b263b20d7b91713942c;p=nagiosplug.git missing word in comment block. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1838 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins/check_ntp.c b/plugins/check_ntp.c index 38562ac..164d519 100644 --- a/plugins/check_ntp.c +++ b/plugins/check_ntp.c @@ -772,7 +772,7 @@ int main(int argc, char *argv[]){ alarm (socket_timeout); offset = offset_request(server_address, &offset_result); - /* check_ntp used to always return if offset_result == STATE_UNKNOWN. + /* check_ntp used to always return CRITICAL if offset_result == STATE_UNKNOWN. * Now we'll only do that is the offset thresholds were set */ if (do_offset && offset_result == STATE_UNKNOWN) { result = STATE_CRITICAL;