summaryrefslogtreecommitdiffstats
path: root/plugins/check_ntp.c
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-10-03 20:22:51 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-10-03 20:22:51 (GMT)
commite1e1291b72e2f1df81d0346d77e65da677e57878 (patch)
treedda3324450f75d022d86db6a4deb965dbb9ab679 /plugins/check_ntp.c
parent8e2784fa1f4d4bc0aa57aae8458e661985a8ee2a (diff)
downloadmonitoring-plugins-e1e1291b72e2f1df81d0346d77e65da677e57878.tar.gz
Fix some more typosrefs/pull/1931/head
Diffstat (limited to 'plugins/check_ntp.c')
-rw-r--r--plugins/check_ntp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ntp.c b/plugins/check_ntp.c
index 3614650..99537c8 100644
--- a/plugins/check_ntp.c
+++ b/plugins/check_ntp.c
@@ -486,7 +486,7 @@ double offset_request(const char *host, int *status){
486 } 486 }
487 487
488 /* cleanup */ 488 /* cleanup */
489 /* FIXME: Not closing the socket to avoid re-use of the local port 489 /* FIXME: Not closing the socket to avoid reuse of the local port
490 * which can cause old NTP packets to be read instead of NTP control 490 * which can cause old NTP packets to be read instead of NTP control
491 * packets in jitter_request(). THERE MUST BE ANOTHER WAY... 491 * packets in jitter_request(). THERE MUST BE ANOTHER WAY...
492 * for(j=0; j<num_hosts; j++){ close(socklist[j]); } */ 492 * for(j=0; j<num_hosts; j++){ close(socklist[j]); } */