Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362376
b: refs/heads/master
c: 2d6fbfe
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and David S. Miller committed Apr 7, 2013
1 parent 1001fdd commit bc5b93a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c8c499175f7d295ef867335bceb9a76a2c3cdc38
refs/heads/master: 2d6fbfe733f35c6b355c216644e08e149c61b271
2 changes: 2 additions & 0 deletions trunk/net/caif/caif_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ static int caif_seqpkt_recvmsg(struct kiocb *iocb, struct socket *sock,
if (m->msg_flags&MSG_OOB)
goto read_error;

m->msg_namelen = 0;

skb = skb_recv_datagram(sk, flags, 0 , &ret);
if (!skb)
goto read_error;
Expand Down

0 comments on commit bc5b93a

Please sign in to comment.