diff options
author | waja <waja@users.noreply.github.com> | 2023-07-11 07:34:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 07:34:35 +0200 |
commit | fa48c3cfe1d0be363d220610640e595430792e9c (patch) | |
tree | d912e364ee3a963a4fe6879a45ee57bd3d00e6fc /plugins/check_smtp.c | |
parent | 85c8210e58b1e9fd47d04f2d72145322cbd20353 (diff) | |
parent | 443f665c6c92c2b67a47cbe37acd7aae1e07de5c (diff) | |
download | monitoring-plugins-fa48c3c.tar.gz |
Merge branch 'master' into update-po
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r-- | plugins/check_smtp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index c0ab838a..996bd875 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c | |||
@@ -632,6 +632,7 @@ process_arguments (int argc, char **argv) | |||
632 | #else | 632 | #else |
633 | usage (_("SSL support not available - install OpenSSL and recompile")); | 633 | usage (_("SSL support not available - install OpenSSL and recompile")); |
634 | #endif | 634 | #endif |
635 | // fall through | ||
635 | case 'S': | 636 | case 'S': |
636 | /* starttls */ | 637 | /* starttls */ |
637 | use_ssl = TRUE; | 638 | use_ssl = TRUE; |