aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mbf/main.go')
-rw-r--r--cmd/mbf/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index f87d388f..bf057115 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -387,7 +387,7 @@ func main() {
}
done:
- for _, p := range rosa.Native().Collect() {
+ for _, p := range rosa.Native().CollectAll() {
select {
case w <- p:
break