Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31947
b: refs/heads/master
c: 18601a7
h: refs/heads/master
i:
  31945: 630bc27
  31943: 07bb563
v: v3
  • Loading branch information
Ralf Baechle DL5RB authored and David S. Miller committed Jul 4, 2006
1 parent 592ed1e commit 4139a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 006f68b84fe19fc5015a8cf838a10d75f91f0218
refs/heads/master: 18601a7d30c8340af4d786793ee52828471d2630
4 changes: 2 additions & 2 deletions trunk/net/netrom/af_netrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ static int nr_accept(struct socket *sock, struct socket *newsock, int flags)

/* Now attach up the new socket */
kfree_skb(skb);
sk->sk_ack_backlog--;
sk_acceptq_removed(sk);
newsock->sk = newsk;

out:
Expand Down Expand Up @@ -985,7 +985,7 @@ int nr_rx_frame(struct sk_buff *skb, struct net_device *dev)
nr_make->vr = 0;
nr_make->vl = 0;
nr_make->state = NR_STATE_3;
sk->sk_ack_backlog++;
sk_acceptq_added(sk);

nr_insert_socket(make);

Expand Down

0 comments on commit 4139a1c

Please sign in to comment.