Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mvcc: check null before set FilePercent not to panic
Since CreateBucketIfNotExists() can return nil when it gets an error, accessing FilePercent must be done after a nil check, not to cause a panic.
- Loading branch information