From d23eb1156613405dcc0a2dac04557478d1bb530d Mon Sep 17 00:00:00 2001 From: David Cooper Date: Thu, 4 Oct 2018 09:00:01 -0400 Subject: [PATCH] Remove typo This PR removes a typo that was introduced in https://github.com/drwetter/testssl.sh/commit/b49399e7c731a6b5906d44b34cc41204ff34734a. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 5bd59ad..17252e5 100755 --- a/testssl.sh +++ b/testssl.sh @@ -18080,7 +18080,7 @@ lets_roll() { else # Just 1x ip4v to check, applies also if CMDLINE_IP was supplied NODEIP="$IPADDRs" lets_roll "${STARTTLS_PROTOCOL}" -P RET=$? + RET=$? fi exit $RET