Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87230
b: refs/heads/master
c: 1ff82fe
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and David S. Miller committed Mar 6, 2008
1 parent 84279e6 commit 167b711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 02ff05c49d7804f2574f358a937b43a41d15e36e
refs/heads/master: 1ff82fe0024e8070c38346b8abc1ff09612dea4c
3 changes: 2 additions & 1 deletion trunk/net/rxrpc/ar-recvmsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ int rxrpc_recvmsg(struct kiocb *iocb, struct socket *sock,
/* copy the peer address and timestamp */
if (!continue_call) {
if (msg->msg_name && msg->msg_namelen > 0)
memcpy(&msg->msg_name, &call->conn->trans->peer->srx,
memcpy(msg->msg_name,
&call->conn->trans->peer->srx,
sizeof(call->conn->trans->peer->srx));
sock_recv_timestamp(msg, &rx->sk, skb);
}
Expand Down

0 comments on commit 167b711

Please sign in to comment.