diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-04-08 18:26:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-08 18:26:32 +0200 |
| commit | 5a57e35a235e4c8b0e7355b1ea840932563f35d4 (patch) | |
| tree | ad4b0a470ff340f01ec0cc7bea15c5a11496241d /plugins/check_tcp.c | |
| parent | 68db95d92276f5967217b268e1ca777d82cc5d49 (diff) | |
| parent | 1db493092ca6a68ff690251cc428037b54019a73 (diff) | |
| download | monitoring-plugins-5a57e35a.tar.gz | |
Merge branch 'master' into check_snmp_fixes
Diffstat (limited to 'plugins/check_tcp.c')
| -rw-r--r-- | plugins/check_tcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 8888e0d5..924322e4 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
| @@ -683,7 +683,7 @@ static check_tcp_config_wrapper process_arguments(int argc, char **argv, check_t | |||
| 683 | break; | 683 | break; |
| 684 | case 'D': /* Check SSL cert validity - days 'til certificate expiration */ | 684 | case 'D': /* Check SSL cert validity - days 'til certificate expiration */ |
| 685 | #ifdef HAVE_SSL | 685 | #ifdef HAVE_SSL |
| 686 | # ifdef USE_OPENSSL /* XXX */ | 686 | # ifdef MOPL_USE_OPENSSL /* XXX */ |
| 687 | { | 687 | { |
| 688 | char *temp; | 688 | char *temp; |
| 689 | if ((temp = strchr(optarg, ',')) != NULL) { | 689 | if ((temp = strchr(optarg, ',')) != NULL) { |
| @@ -708,7 +708,7 @@ static check_tcp_config_wrapper process_arguments(int argc, char **argv, check_t | |||
| 708 | config.check_cert = true; | 708 | config.check_cert = true; |
| 709 | config.use_tls = true; | 709 | config.use_tls = true; |
| 710 | } break; | 710 | } break; |
| 711 | # endif /* USE_OPENSSL */ | 711 | # endif /* MOPL_USE_OPENSSL */ |
| 712 | #endif | 712 | #endif |
| 713 | /* fallthrough if we don't have ssl */ | 713 | /* fallthrough if we don't have ssl */ |
| 714 | case 'S': | 714 | case 'S': |
