Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6373
b: refs/heads/master
c: 9deff7f
h: refs/heads/master
i:
  6371: b8329fc
v: v3
  • Loading branch information
Andrew Morton authored and David S. Miller committed Aug 29, 2005
1 parent 3944c03 commit a5908eb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 63a1222b1fd79c52491c14534b086bffbfaed8bf
refs/heads/master: 9deff7f2365958c5c5aa8cb5a0dd651c4dd83f8f
2 changes: 1 addition & 1 deletion trunk/net/rxrpc/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ static int rxrpc_incoming_msg(struct rxrpc_transport *trans,

msg->trans = trans;
msg->state = RXRPC_MSG_RECEIVED;
msg->stamp = pkt->stamp;
skb_get_timestamp(pkt, &msg->stamp);
if (msg->stamp.tv_sec == 0) {
do_gettimeofday(&msg->stamp);
if (pkt->sk)
Expand Down

0 comments on commit a5908eb

Please sign in to comment.