Skip to content

Commit

Permalink
remove_secure_session(): Add missing 'fi' statement
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
  • Loading branch information
TinCanTech committed May 1, 2023
1 parent a9bc2ee commit a9192c1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -656,11 +656,12 @@ remove_secure_session() {
then
# Always remove temp-session
if rm -rf "$secured_session"; then
verbose "\
verbose "\
remove_secure_session: DELETED: $secured_session"
unset -v working_safe_ssl_conf mktemp_counter \
secured_session
return 0
unset -v working_safe_ssl_conf \
mktemp_counter secured_session
return 0
fi
fi

die "remove_secure_session: $secured_session"
Expand Down

0 comments on commit a9192c1

Please sign in to comment.