mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-08 13:01:23 +00:00
The orphan_scan_delay_ms option setting code mistakenly set the default before testing the option for -1 (not the default) to discover if multiple options had been set. This made any attempt to set fail. Initialize the option to -1 so the first set succeeds and apply the default if we don't set the value. Signed-off-by: Zach Brown <zab@versity.com>