]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.h
Fix a couple random issues
[wimlib] / src / lookup_table.h
index afc2117e91557061ff6e0bd8bee8fd551dac07fd..f0ee25b78f2d89761352afaa4860a39e1f783312 100644 (file)
@@ -310,7 +310,7 @@ static inline const u8 *dentry_stream_hash_resolved(const struct dentry *dentry,
        if (lte)
                return lte->hash;
        else
-               return NULL;
+               return zero_hash;
 }
 
 /*