]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/decnet/af_decnet.c
Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[linux.git] / net / decnet / af_decnet.c
index 3349ea81f9016fb785ec888fadf86faa4d859ed7..e19a92a62e142611f78d942ba22d2b1908430660 100644 (file)
@@ -1091,7 +1091,7 @@ static int dn_accept(struct socket *sock, struct socket *newsock, int flags,
        }
 
        cb = DN_SKB_CB(skb);
-       sk->sk_ack_backlog--;
+       sk_acceptq_removed(sk);
        newsk = dn_alloc_sock(sock_net(sk), newsock, sk->sk_allocation, kern);
        if (newsk == NULL) {
                release_sock(sk);