fix bug introduced in direct mode conversion

oops, the code was "if direct && not present" and I removed the direct
which made the wrong path be taken.
This commit is contained in:
Joey Hess 2019-08-27 12:26:52 -04:00
parent a51a479fb9
commit 3a0842d9f8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 4 deletions

View file

@ -13,4 +13,5 @@ present. And does not fix the location log.
This part may not be specific to this case, seems it must be some bug in
fsck?
--[[Joey]]
> It was, a new bug introduced while removing the direct mode code. Fixed
> that part. --[[Joey]]