mirror of
https://github.com/Zygo/bees.git
synced 2025-11-03 19:50:34 +01:00
In commit14ce81c08"fs: get rid of silly base class that causes build failures now" I neglected to set the dest_count field in the ioctl arg structure, so bees master hasn't been deduping anything for about three weeks. I'd put a THROW_CHECK in here to catch this kind of bug in the future, but it would be placed at exactly the point where this fix is. Fixes:14ce81c08Signed-off-by: Zygo Blaxell <bees@furryterror.org>