diff options
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r-- | plugins/check_smtp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index f4a11e01..3b0e4694 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c @@ -453,8 +453,7 @@ process_arguments (int argc, char **argv) days_till_exp = atoi (optarg); check_cert = TRUE; #else - terminate (STATE_UNKNOWN, - "SSL support not available. Install OpenSSL and recompile."); + usage (_("SSL support not available - install OpenSSL and recompile")); #endif break; case '4': |