diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-31 22:34:45 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-31 22:34:45 +0000 |
commit | 798a01e474c2edd73ae9b5f27c3f3970bb3ec054 (patch) | |
tree | 7700146c2d85ad52e4e9ec4e7ee819a4f2728b30 /pkg/tcpip | |
parent | 2c813fd661746668b37c37247aac1572994771be (diff) | |
parent | 170560cec01f99d49f4c2f09f2a5655dd376fac7 (diff) |
Merge release-20200818.0-94-g170560cec (automated)
Diffstat (limited to 'pkg/tcpip')
-rw-r--r-- | pkg/tcpip/link/tun/tun_endpoint_refs.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go index 7f80b1fa3..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" + "gvisor.dev/gvisor/pkg/log" refs_vfs1 "gvisor.dev/gvisor/pkg/refs" "runtime" "sync/atomic" - - "gvisor.dev/gvisor/pkg/log" ) // ownerType is used to customize logging. Note that we use a pointer to T so |