fellow_cache: Add missing CHECK_OBJ

parent f0824fb5
......@@ -3731,6 +3731,9 @@ fellow_cache_obj_slim(const struct fellow_cache *fc,
struct fcscursor c;
unsigned ref;
CHECK_OBJ_NOTNULL(fc, FELLOW_CACHE_MAGIC);
CHECK_OBJ_NOTNULL(fco, FELLOW_CACHE_OBJ_MAGIC);
fcsc_init(&c, fco->fcsl);
lru = fco->lru;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment