diff --git a/[refs] b/[refs] index 45fea5aa5a91..c02c1e99f1f7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2cbbd19812b7636c1c37bcf50c403e7af5278d73 +refs/heads/master: 5c4054ccfafb6a446e9b65c524af1741656c6c60 diff --git a/trunk/security/selinux/hooks.c b/trunk/security/selinux/hooks.c index 0bd36a17587c..25198e9896fa 100644 --- a/trunk/security/selinux/hooks.c +++ b/trunk/security/selinux/hooks.c @@ -3997,10 +3997,6 @@ static int selinux_socket_unix_stream_connect(struct socket *sock, struct avc_audit_data ad; int err; - err = secondary_ops->unix_stream_connect(sock, other, newsk); - if (err) - return err; - isec = SOCK_INODE(sock)->i_security; other_isec = SOCK_INODE(other)->i_security;