summaryrefslogtreecommitdiffstats
path: root/src/cache.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-29 01:21:11 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-29 01:21:11 +0000
commitdb3b96fc0014a5e860df1efc729b38d629662826 (patch)
tree9076f5b7c6a14c6239b562d442cdf46d755c9ff0 /src/cache.c
parent0d7460e9592c501b48fe9ab05d8e7fd52cb5bb4d (diff)
many fixes
--cleanup implemented git-svn-id: file:///home/lennart/svn/public/syrep/trunk@13 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c
index 2e893f2..925cd69 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -183,7 +183,6 @@ int md_cache_get(struct syrep_md_cache *c, const char *path, uint8_t digest[16])
if ((j = get(c, &k, digest)) < 0)
goto finish;
-
if (!j)
if (fdmd5(fd, st.st_size, digest) < 0)
goto finish;