瀏覽代碼

Merge pull request #649 from alan-hicks/master

Fixes #648 Unable to check certificate with starttls in check_smtp
Sebastian Wolf 3 年之前
父節點
當前提交
d513b28929
共有 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;