mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-09 04:00:10 +00:00
When we're not the server node, 'mani' is NULL, so derefing it in our loop causes a crash. That said, we don't need it anyway - the loop will eventually end when our btree walk (via btree_prev_overlap_or_next()) ends. Signed-off-by: Mark Fasheh <mfasheh@versity.com>