Skip to content

Commit

Permalink
Fix Windows MIRBSD KSH bug
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Feb 22, 2022
1 parent 932b808 commit 5d3de17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easytls
Original file line number Diff line number Diff line change
Expand Up @@ -3268,7 +3268,7 @@ tlskey_index_save_hash ()
error_msg "generate_and_save_file_hash - tlskey_index_save_hash"
return 1
}
unset request_fixed_hash=1
unset request_fixed_hash
easytls_verbose "tlskey-index hash save OK"
update_master_hash=1
tlskey_index_save_hash_block=1
Expand Down

1 comment on commit 5d3de17

@TinCanTech
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.