[Nagiosplug-checkins] nagiosplug/plugins check_smtp.c,1.42,1.43
Ton Voon
tonvoon at users.sourceforge.net
Sat Jan 1 08:16:14 CET 2005
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32030
Modified Files:
check_smtp.c
Log Message:
Removed old terminate function (Bug 1093491)
Index: check_smtp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_smtp.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- check_smtp.c 30 Dec 2004 00:41:39 -0000 1.42
+++ check_smtp.c 1 Jan 2005 16:15:39 -0000 1.43
@@ -453,8 +453,7 @@
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':
More information about the Commits
mailing list