[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2054] nagiosplug/trunk/plugins/check_ntp_peer.c

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Tue Sep 2 14:28:05 CEST 2008


Revision: 2054
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2054&view=rev
Author:   dermoth
Date:     2008-09-02 12:28:04 +0000 (Tue, 02 Sep 2008)

Log Message:
-----------
Typo

Modified Paths:
--------------
    nagiosplug/trunk/plugins/check_ntp_peer.c

Modified: nagiosplug/trunk/plugins/check_ntp_peer.c
===================================================================
--- nagiosplug/trunk/plugins/check_ntp_peer.c	2008-09-02 11:26:31 UTC (rev 2053)
+++ nagiosplug/trunk/plugins/check_ntp_peer.c	2008-09-02 12:28:04 UTC (rev 2054)
@@ -301,7 +301,7 @@
 		DBG(print_ntp_control_message(&req));
 		/* discard obviously invalid packets */
 		if (ntohs(req.count) > MAX_CM_SIZE)
-			die(STATE_CRITICAL, "NTP CRITICAL: Invalid paclet received from NTP server\n");
+			die(STATE_CRITICAL, "NTP CRITICAL: Invalid packet received from NTP server\n");
 		if (LI(req.flags) == LI_ALARM) li_alarm = 1;
 		/* Each peer identifier is 4 bytes in the data section, which
 	 	 * we represent as a ntp_assoc_status_pair datatype.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list