Browse Source
* Fix for RSA Keys which are read only Sometimes an RSA Key file could be read only. We currently failed because we also wanted to write. Added an extra check if the file exists already and is not 0 in size. If it does already exists and is larger then 0, then open in read only mode. Fixes #4644 * Updated code to work atomically - Changed the code to work atomically - Also show the alert generated from `Io` * Fix spellingpull/4762/head
Mathijs van Veluw
6 months ago
committed by
GitHub
2 changed files with 29 additions and 22 deletions
Loading…
Reference in new issue