aboutsummaryrefslogtreecommitdiffstats
path: root/src/cache/cache.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-07-25 00:58:20 +0000
committerLaurent Bercot <ska@appnovation.com>2024-07-25 00:58:20 +0000
commit0d53cd3855efb536676a9dcfeadf7bf2c5de6e14 (patch)
treefa406fba596970111af72846af7bedf467e9b174 /src/cache/cache.c
parentfc85d676b5ca3de92264dfcb41c98d7c9b0d1398 (diff)
downloadshibari-0d53cd3855efb536676a9dcfeadf7bf2c5de6e14.tar.gz
shibari-cache skeleton builds!
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/cache/cache.c')
-rw-r--r--src/cache/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache/cache.c b/src/cache/cache.c
index 186450c..7080240 100644
--- a/src/cache/cache.c
+++ b/src/cache/cache.c
@@ -21,7 +21,7 @@ void cache_dump (void)
if (!dcache_save(&cache, g->dumpfile))
{
strerr_warnwu2sys("save cache contents to ", g->dumpfile) ;
- unlink_void(file) ;
+ unlink_void(g->dumpfile) ;
}
}
}