diff options
Diffstat (limited to 'fuse')
-rw-r--r-- | fuse/dircache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse/dircache.c b/fuse/dircache.c index 157035e0..8cff0d39 100644 --- a/fuse/dircache.c +++ b/fuse/dircache.c @@ -384,7 +384,7 @@ lsc_remove (Hash_table *ht, const char *pathname, Hash_data_freer freer) entry = hash_delete (ht, &key); - if (verbose) + if (verbose && entry) fprintf (stderr, "dir cache: invalidating entry %p (%s)\n", entry, entry->pathname); |