summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c532a4a)
raw | patch | inline | side by side (parent: c532a4a)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Thu, 21 Aug 2008 09:41:11 +0000 (09:41 +0000) | ||
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Thu, 21 Aug 2008 09:41:11 +0000 (09:41 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2038 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_ntp_peer.c | patch | blob | history |
index 6963fde56fa7587ab4bb82e203b1a7a6ee29b6ab..00c8e97d14e001919ea0a772e7c14a763d0637bb 100644 (file)
--- a/plugins/check_ntp_peer.c
+++ b/plugins/check_ntp_peer.c
int i;
while (1) {
- /* Strip any leading space */
+ /* Strip any leading space */
for (varlist; isspace(varlist[0]); varlist++);
if (strncmp(name, varlist, strlen(name)) == 0) {