Remove typo

This PR removes a typo that was introduced in b49399e7c7.
This commit is contained in:
David Cooper
2018-10-04 09:00:01 -04:00
committed by GitHub
parent b49399e7c7
commit d23eb11566

View File

@ -18080,7 +18080,7 @@ lets_roll() {
else # Just 1x ip4v to check, applies also if CMDLINE_IP was supplied else # Just 1x ip4v to check, applies also if CMDLINE_IP was supplied
NODEIP="$IPADDRs" NODEIP="$IPADDRs"
lets_roll "${STARTTLS_PROTOCOL}" lets_roll "${STARTTLS_PROTOCOL}"
P RET=$? RET=$?
fi fi
exit $RET exit $RET