diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-29 00:46:06 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-29 00:46:06 +0000 |
commit | 76154d31d02bfb81b16d9f1edf6b5333873fa5aa (patch) | |
tree | 7435dadb63ce634cf1af10af1c70720d67255d0c /pkg/sentry/socket/unix/unix.go | |
parent | 0293ccf4aa6bd56b22f8d437997fdd267e4d56c5 (diff) | |
parent | f93f2fda74f31246e8866783f6c4be2318bdedd6 (diff) |
Merge release-20200413.0-16-gf93f2fd (automated)
Diffstat (limited to 'pkg/sentry/socket/unix/unix.go')
-rw-r--r-- | pkg/sentry/socket/unix/unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/socket/unix/unix.go b/pkg/sentry/socket/unix/unix.go index 9aad41c9e..ddd0eda4b 100644 --- a/pkg/sentry/socket/unix/unix.go +++ b/pkg/sentry/socket/unix/unix.go @@ -103,7 +103,7 @@ func (s *socketOpsCommon) DecRef() { } // Release implemements fs.FileOperations.Release. -func (s *SocketOperations) Release() { +func (s *socketOpsCommon) Release() { // Release only decrements a reference on s because s may be referenced in // the abstract socket namespace. s.DecRef() |