diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-03 02:41:36 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-03 02:41:36 +0000 |
commit | f4dac3c3846985701f21b36ed089c0bf48b618fc (patch) | |
tree | 81fea9bd6dfc252eac7cfb582f79a8607cf30757 /pkg/tcpip | |
parent | fc17010ccd4fb5b2593a2bf18bcfc9ce4ee2f8c7 (diff) | |
parent | a8c174c04751799514ec2e89111e7d03ddf68b70 (diff) |
Merge release-20200818.0-117-ga8c174c04 (automated)
Diffstat (limited to 'pkg/tcpip')
-rw-r--r-- | pkg/tcpip/link/tun/tun_endpoint_refs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go index e0595429c..895a577ce 100644 --- a/pkg/tcpip/link/tun/tun_endpoint_refs.go +++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go @@ -1,10 +1,10 @@ package tun import ( - "fmt" "runtime" "sync/atomic" + "fmt" "gvisor.dev/gvisor/pkg/log" refs_vfs1 "gvisor.dev/gvisor/pkg/refs" ) |