mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
11 lines
393 B
Go
11 lines
393 B
Go
--- vendor/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go.orig 2018-10-02 00:39:19 UTC
|
|
+++ vendor/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go
|
|
@@ -37,7 +37,7 @@ func parseMountTable(filter FilterFunc)
|
|
|
|
if filter != nil {
|
|
// filter out entries we're not interested in
|
|
- skip, stop = filter(p)
|
|
+ skip, stop = filter(&mountinfo)
|
|
if skip {
|
|
continue
|
|
}
|