Skip to content

Commit

Permalink
Start temp-file counter at zero '0', not unset
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Sep 22, 2024
1 parent 7379f30 commit f2ad157
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -5539,7 +5539,7 @@ detect_host
unset -v \
OPENSSL_CONF \
verify_ssl_lib_ok ssl_batch \
secured_session mktemp_counter \
secured_session \
working_safe_ssl_conf working_safe_org_conf \
alias_days text \
prohibit_no_pass \
Expand All @@ -5553,6 +5553,8 @@ unset -v \
# Used by build-ca->cleanup to restore prompt
# after user interrupt when using manual password
prompt_restore=0
# Sequential temp-file counter
mktemp_counter=0

# Parse options
while :; do
Expand Down

0 comments on commit f2ad157

Please sign in to comment.