diff options
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 267de2e..291a1f1 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c | |||
@@ -525,10 +525,10 @@ print_usage (void) | |||
525 | return STATE_UNKNOWN; | 525 | return STATE_UNKNOWN; |
526 | } | 526 | } |
527 | 527 | ||
528 | // get the IP address of the JetDirect device | 528 | /* get the IP address of the JetDirect device */ |
529 | strcpy(address,argv[1]); | 529 | strcpy(address,argv[1]); |
530 | 530 | ||
531 | // get the community name to use for SNMP communication | 531 | /* get the community name to use for SNMP communication */ |
532 | if(argc>=3) | 532 | if(argc>=3) |
533 | strcpy(community,argv[2]); | 533 | strcpy(community,argv[2]); |
534 | else | 534 | else |