summaryrefslogtreecommitdiffstats
path: root/fuse/dircache.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuse/dircache.c')
-rw-r--r--fuse/dircache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse/dircache.c b/fuse/dircache.c
index 86760f0f..157035e0 100644
--- a/fuse/dircache.c
+++ b/fuse/dircache.c
@@ -138,7 +138,7 @@ init_dir_caches (void)
rlc_ht = hash_initialize (1024, NULL, gen_hash, gen_compare, rlc_free);
if (!lsc_ht || !xac_ht || !rlc_ht) {
fprintf (stderr, "guestmount: could not initialize dir cache hashtables\n");
- exit (1);
+ exit (EXIT_FAILURE);
}
}