Procházet zdrojové kódy

Fixes #648 Unable to check certificate with starttls in check_smtp

Alan Hicks před 4 roky
rodič
revize
e56b1b651b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      plugins/check_smtp.c

+ 1 - 0
plugins/check_smtp.c

@@ -648,6 +648,7 @@ process_arguments (int argc, char **argv)
 #else
 #else
 			usage (_("SSL support not available - install OpenSSL and recompile"));
 			usage (_("SSL support not available - install OpenSSL and recompile"));
 #endif
 #endif
+			break;
 		case 's':
 		case 's':
 		/* ssl */
 		/* ssl */
 			use_ssl = TRUE;
 			use_ssl = TRUE;