mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
12 lines
393 B
Go
12 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
|
|
}
|