소스 검색

Fixes #648 Unable to check certificate with starttls in check_smtp

Alan Hicks 4 년 전
부모
커밋
e56b1b651b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;