diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-31 20:14:13 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-31 20:14:13 +0000 |
commit | 503e617835a0db546644a09f60e73682cf856f6c (patch) | |
tree | 39593030c7e78048426681e763158367860b7d86 /pkg/tcpip | |
parent | f4ee46020436baad134474019a14d1eafbcef806 (diff) | |
parent | 9d0d82088a5bd385ceb63cb2f864e054638c69e1 (diff) |
Merge release-20200818.0-92-g9d0d82088 (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" ) |