diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-24 21:06:48 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-24 21:08:28 +0100 |
commit | faab30461b0f2b920e3dd19489ce458c0b38e6d9 (patch) | |
tree | 0b7a760c5dac69f245a91185cbaa9c3183947eae /Changelog | |
parent | d1a862d9cb98a54e12c9fdbc405b896f3f0efcfe (diff) |
If restricting access via umask() fails, don't include errno in the error message.
errno is not set on umask failure, see
https://perldoc.perl.org/functions/umask.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -236,6 +236,8 @@ lacme (0.2) upstream; directories. New default "lacme-certs.conf lacme-certs.conf.d/". - Minor manpage fixes - More useful message upon Validation Challenge failure. + - If restricting access via umask() fails, don't include errno in the + error message as it's not set on failure. -- Guilhem Moulin <guilhem@guilhem.org> Sat, 03 Dec 2016 16:40:56 +0100 |