Fix vim, err... typo ;-)

This commit is contained in:
Dirk 2018-12-01 21:18:17 +01:00
parent ab55c26424
commit c78c293bf8

View File

@ -5818,7 +5818,7 @@ run_server_preference() {
if [[ -n "$STARTTLS_OPTIMAL_PROTO" ]]; then
addcmd2="$STARTTLS_OPTIMAL_PROTO $SNI"
else
if [[ "$OPTIMAL_PR1866OTO" == -ssl2 ]]; then
if [[ "$OPTIMAL_PROTO" == -ssl2 ]]; then
addcmd2="$OPTIMAL_PROTO"
else
addcmd2="-no_ssl2 $SNI"