summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/files/patch-plugins_check__smtp.c
blob: 975d8d450958cb9fc5d4990470f4216e9292d68b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- plugins/check_smtp.c.orig	2021-10-29 19:30:39 UTC
+++ 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;