Commit 46da5f9c authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix missing break in option parsing

parent 56e25347
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1384,6 +1384,7 @@ int s_client_main(int argc, char **argv)
        case OPT_STARTTLS:
            if (!opt_pair(opt_arg(), services, &starttls_proto))
                goto end;
            break;
        case OPT_SERVERNAME:
            servername = opt_arg();
            break;