diff options
Diffstat (limited to 'net/tipc/socket.c')
-rw-r--r-- | net/tipc/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c index cd01deb1da9c..82aec2eb8497 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c | |||
@@ -2093,7 +2093,7 @@ static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags) | |||
2093 | 2093 | ||
2094 | buf = skb_peek(&sk->sk_receive_queue); | 2094 | buf = skb_peek(&sk->sk_receive_queue); |
2095 | 2095 | ||
2096 | res = tipc_sk_create(sock_net(sock->sk), new_sock, 0, 1); | 2096 | res = tipc_sk_create(sock_net(sock->sk), new_sock, 0, 0); |
2097 | if (res) | 2097 | if (res) |
2098 | goto exit; | 2098 | goto exit; |
2099 | security_sk_clone(sock->sk, new_sock->sk); | 2099 | security_sk_clone(sock->sk, new_sock->sk); |