summaryrefslogtreecommitdiffstats
path: root/plugins/check_ups.c
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2005-03-04 22:10:58 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2005-03-04 22:10:58 (GMT)
commitfeb5e486727a610c9f4035710175e76c5986cf46 (patch)
tree7f8115cff512d136b0acf5e6178b48053b5c7ab3 /plugins/check_ups.c
parentbdbd16f4f118f32ed15d3d9a382c50d82e527b32 (diff)
downloadmonitoring-plugins-feb5e486727a610c9f4035710175e76c5986cf46.tar.gz
Fixed // comments
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/r1_4-patches@1147 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r--plugins/check_ups.c2
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