Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66920
b: refs/heads/master
c: dcad856
h: refs/heads/master
v: v3
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Oct 10, 2007
1 parent ae2216a commit 4e35853
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: 451bc0473f010babeadd888ae8ec1015959fd1b2
refs/heads/master: dcad856fe8e0222012d9ae0e4dc6c6e5cce276e6
2 changes: 1 addition & 1 deletion trunk/net/dccp/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ int dccp_parse_options(struct sock *sk, struct sk_buff *skb)
else
elapsed_time = ntohl(*(__be32 *)(value + 4));

dccp_pr_debug_cat(", ELAPSED_TIME=%d\n", elapsed_time);
dccp_pr_debug_cat(", ELAPSED_TIME=%u\n", elapsed_time);

/* Give precedence to the biggest ELAPSED_TIME */
if (elapsed_time > opt_recv->dccpor_elapsed_time)
Expand Down

0 comments on commit 4e35853

Please sign in to comment.