diff options
Diffstat (limited to 'plugins/check_tcp.c')
| -rw-r--r-- | plugins/check_tcp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index fc0572cc..bf8ed8ca 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
| @@ -345,8 +345,8 @@ process_arguments (int argc, char **argv) | |||
| 345 | { | 345 | { |
| 346 | int c; | 346 | int c; |
| 347 | 347 | ||
| 348 | int option_index = 0; | 348 | int option = 0; |
| 349 | static struct option long_options[] = { | 349 | static struct option longopts[] = { |
| 350 | {"hostname", required_argument, 0, 'H'}, | 350 | {"hostname", required_argument, 0, 'H'}, |
| 351 | {"critical-time", required_argument, 0, 'c'}, | 351 | {"critical-time", required_argument, 0, 'c'}, |
| 352 | {"warning-time", required_argument, 0, 'w'}, | 352 | {"warning-time", required_argument, 0, 'w'}, |
| @@ -391,7 +391,7 @@ process_arguments (int argc, char **argv) | |||
| 391 | 391 | ||
| 392 | while (1) { | 392 | while (1) { |
| 393 | c = getopt_long (argc, argv, "+hVv46H:s:e:q:m:c:w:t:p:C:W:d:Sr:", | 393 | c = getopt_long (argc, argv, "+hVv46H:s:e:q:m:c:w:t:p:C:W:d:Sr:", |
| 394 | long_options, &option_index); | 394 | longopts, &option); |
| 395 | 395 | ||
| 396 | if (c == -1 || c == EOF || c == 1) | 396 | if (c == -1 || c == EOF || c == 1) |
| 397 | break; | 397 | break; |
