diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-04-08 20:37:13 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-04-08 20:37:13 (GMT) |
commit | 040ddd32a3ddae00e31b54fb46d95692896a40f7 (patch) | |
tree | f85830e849a47b02d6ef2e92003d96f2b82f51b3 /plugins/check_hpjd.c | |
parent | 6326b0f9045192beddf462fe4b5706349b8ff8b1 (diff) | |
download | monitoring-plugins-040ddd32a3ddae00e31b54fb46d95692896a40f7.tar.gz |
Changed // to /* */ comments as some compilers do not like them
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@478 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_hpjd.c')
-rw-r--r-- | plugins/check_hpjd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index d858372..9d8fae2 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c | |||
@@ -519,10 +519,10 @@ print_usage (void) | |||
519 | return STATE_UNKNOWN; | 519 | return STATE_UNKNOWN; |
520 | } | 520 | } |
521 | 521 | ||
522 | // get the IP address of the JetDirect device | 522 | /* get the IP address of the JetDirect device */ |
523 | strcpy(address,argv[1]); | 523 | strcpy(address,argv[1]); |
524 | 524 | ||
525 | // get the community name to use for SNMP communication | 525 | /* get the community name to use for SNMP communication */ |
526 | if(argc>=3) | 526 | if(argc>=3) |
527 | strcpy(community,argv[2]); | 527 | strcpy(community,argv[2]); |
528 | else | 528 | else |