]> git.ipfire.org Git - thirdparty/ccache.git/commit
Don't try to reset a non-existing stats file
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 13 Nov 2014 19:19:00 +0000 (20:19 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 13 Nov 2014 19:19:00 +0000 (20:19 +0100)
commit7c6209c69c7ad19e9025a63f3651544d9b122ef2
treecf578d4ae79f5d1f06292d2c6d813daa0547ddf3
parenta07f46a3b0f7e452d50690b831bb4c99fbc6650f
Don't try to reset a non-existing stats file

This avoids "No such file or directory" messages in the ccache log when the
cache directory doesn't exist.
lockfile.c
stats.c