diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-08 19:56:26 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-08 19:56:26 +0000 |
commit | 0fcb009a2a3e94302f086de1d17771c28c43e740 (patch) | |
tree | 2fd70362a301e4701b49edd86d0a36ed8b3d65e5 /pkg/tcpip | |
parent | 464f14735f396f8ac90e2843362b95ed46133c21 (diff) | |
parent | 284e6811e4182d3a40403cf1c8ba8e030468ce61 (diff) |
Merge release-20200818.0-131-g284e6811e (automated)
Diffstat (limited to 'pkg/tcpip')
-rw-r--r-- | pkg/tcpip/link/tun/tun_endpoint_refs.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go index e0595429c..9a38142f5 100644 --- a/pkg/tcpip/link/tun/tun_endpoint_refs.go +++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go @@ -2,11 +2,10 @@ package tun import ( "fmt" - "runtime" - "sync/atomic" - "gvisor.dev/gvisor/pkg/log" refs_vfs1 "gvisor.dev/gvisor/pkg/refs" + "runtime" + "sync/atomic" ) // ownerType is used to customize logging. Note that we use a pointer to T so |