mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
fix: build on illumos (Solaris) (#13097)
This commit is contained in:
@@ -96,7 +96,7 @@ func readDirWithOpts(dirPath string, opts readDirOpts) (entries []string, err er
|
||||
|
||||
maxEntries := 1000
|
||||
if opts.count > 0 && opts.count < maxEntries {
|
||||
maxEntries = count
|
||||
maxEntries = opts.count
|
||||
}
|
||||
|
||||
done := false
|
||||
|
||||
Reference in New Issue
Block a user