Explorar o código

Fixes #648 Unable to check certificate with starttls in check_smtp

Alan Hicks %!s(int64=4) %!d(string=hai) anos
pai
achega
e56b1b651b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      plugins/check_smtp.c

+ 1 - 0
plugins/check_smtp.c

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