diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-03-04 21:58:40 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-03-04 21:58:40 (GMT) |
commit | d713c5de2508f74d8db18dffee61ad2bbd3fa8ed (patch) | |
tree | 56edcb992a5647bf3c5433962c06b1d5f42b454f /plugins/check_ups.c | |
parent | a78fd137e972f62deb6bd2370ef869d256b0bfae (diff) | |
download | monitoring-plugins-d713c5de2508f74d8db18dffee61ad2bbd3fa8ed.tar.gz |
Fixed // comments (Steve Greenland - 1143836)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1146 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r-- | plugins/check_ups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c index 1cdf9e9..e11332f 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c | |||
@@ -408,7 +408,7 @@ get_ups_variable (const char *varname, char *buf, size_t buflen) | |||
408 | } | 408 | } |
409 | 409 | ||
410 | if (strcmp (ptr, "ERR VAR-NOT-SUPPORTED") == 0) { | 410 | if (strcmp (ptr, "ERR VAR-NOT-SUPPORTED") == 0) { |
411 | //printf ("Error: Variable '%s' is not supported\n", varname); | 411 | /*printf ("Error: Variable '%s' is not supported\n", varname);*/ |
412 | return NOSUCHVAR; | 412 | return NOSUCHVAR; |
413 | } | 413 | } |
414 | 414 | ||