diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-08-21 09:41:11 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-08-21 09:41:11 +0000 |
commit | 873619fffbb3be54f071f043a2ca24fbf7fac8f8 (patch) | |
tree | 447edd3febe44ec31d47fff7d2bb9e3f0cc409c4 | |
parent | c532a4a05dd567990a80578040256ec95a710ae2 (diff) | |
download | monitoring-plugins-873619fffbb3be54f071f043a2ca24fbf7fac8f8.tar.gz |
Nothing
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2038 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | plugins/check_ntp_peer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ntp_peer.c b/plugins/check_ntp_peer.c index 6963fde5..00c8e97d 100644 --- a/plugins/check_ntp_peer.c +++ b/plugins/check_ntp_peer.c @@ -184,7 +184,7 @@ char *extract_value(const char *varlist, const char *name){ 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) { |