Fixed lfs_dir_fetchmatch not propogating bd errors correctly in one case

Found by cbiffle
This commit is contained in:
Christopher Haster
2022-11-04 13:43:06 -05:00
parent 40dba4a556
commit d08f949afd
+1
View File
@@ -1162,6 +1162,7 @@ static lfs_stag_t lfs_dir_fetchmatch(lfs_t *lfs,
dir->erased = false; dir->erased = false;
break; break;
} }
return err;
} }
lfs_pair_fromle32(temptail); lfs_pair_fromle32(temptail);
} }