mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Removed old terminate function (Bug 1093491)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1074 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
1ba1388efa
commit
187f862754
1 changed files with 1 additions and 2 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Reference in a new issue