summaryrefslogtreecommitdiffstats
path: root/plugins/check_smtp.c
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2011-07-15 20:19:15 (GMT)
committerTon Voon <ton.voon@opsera.com>2011-07-15 20:19:15 (GMT)
commit4d06603060fc1233861b164870f0d3a2e0d8d2eb (patch)
tree5fadde27f34daa4bb3641b8207af08f3f7fed483 /plugins/check_smtp.c
parente7f6da0211d1ee86f76ad5c3a36c6d58d53b1091 (diff)
downloadmonitoring-plugins-4d06603060fc1233861b164870f0d3a2e0d8d2eb.tar.gz
Fix check_smtp and check_tcp where duplicate messages were displayed for certificate errors (Opsview team)
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r--plugins/check_smtp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c
index 6c5994c..494bc2c 100644
--- a/plugins/check_smtp.c
+++ b/plugins/check_smtp.c
@@ -276,9 +276,6 @@ main (int argc, char **argv)
276# ifdef USE_OPENSSL 276# ifdef USE_OPENSSL
277 if ( check_cert ) { 277 if ( check_cert ) {
278 result = np_net_ssl_check_cert(days_till_exp); 278 result = np_net_ssl_check_cert(days_till_exp);
279 if(result != STATE_OK){
280 printf ("%s\n", _("CRITICAL - Cannot retrieve server certificate."));
281 }
282 my_close(); 279 my_close();
283 return result; 280 return result;
284 } 281 }