Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102697
b: refs/heads/master
c: 469689a
h: refs/heads/master
i:
  102695: 8294569
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed Jun 9, 2008
1 parent 85aaef2 commit d50b5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b9d1b22a382aa221018c19880ee22c44467feec
refs/heads/master: 469689a4dd476c1be6750deea5f59528a17b8b4a
1 change: 1 addition & 0 deletions trunk/net/iucv/af_iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ static int iucv_sock_sendmsg(struct kiocb *iocb, struct socket *sock,
}

txmsg.class = 0;
memcpy(&txmsg.class, skb->data, skb->len >= 4 ? 4 : skb->len);
txmsg.tag = iucv->send_tag++;
memcpy(skb->cb, &txmsg.tag, 4);
skb_queue_tail(&iucv->send_skb_q, skb);
Expand Down

0 comments on commit d50b5b5

Please sign in to comment.