]> git.ipfire.org Git - thirdparty/ccache.git/commit
Fix Lockfile on Windows when parent directories do not exist (#769)
authorNicholas Hutchinson <nshutchinson@gmail.com>
Sun, 10 Jan 2021 21:05:00 +0000 (21:05 +0000)
committerGitHub <noreply@github.com>
Sun, 10 Jan 2021 21:05:00 +0000 (22:05 +0100)
commitf3bc1098c90c3c862c71ea3c6b00c119589b4831
tree530fed40e37659dc492e90225d979943080d66a5
parent0d932684984016b3581b0e97628e0be2b3ccc4f1
Fix Lockfile on Windows when parent directories do not exist (#769)

Fix flipped condition test that meant the file lock wouldn't be acquired
if parent directories needed to be created.
src/Lockfile.cpp
unittest/test_Lockfile.cpp