Fix alignment

This commit is contained in:
David Cooper 2016-12-19 16:59:27 -05:00 committed by GitHub
parent b1d231ff85
commit 6492954735

View File

@ -4517,8 +4517,8 @@ run_server_preference() {
[[ ${cipher[i]} == "0000" ]] && cipher[i]="" # Hack!
[[ $DEBUG -ge 2 ]] && outln "Default cipher for ${proto[i]}: ${cipher[i]}"
else
proto[i]=""
cipher[i]=""
proto[i]=""
cipher[i]=""
fi
fi
i=$(($i + 1))