summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1ba1388)
raw | patch | inline | side by side (parent: 1ba1388)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Sat, 1 Jan 2005 16:15:39 +0000 (16:15 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Sat, 1 Jan 2005 16:15:39 +0000 (16:15 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1074 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_smtp.c | patch | blob | history |
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index f4a11e01d07e5e4f6cde43aea5a4a6bdd18c4cc4..3b0e4694120abfed0604ad79a87396fa2630ce54 100644 (file)
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
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':