aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp')
-rw-r--r--net/dccp/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/options.c b/net/dccp/options.c
index 172eb6ba8702..d361b5533309 100644
--- a/net/dccp/options.c
+++ b/net/dccp/options.c
@@ -179,7 +179,7 @@ int dccp_parse_options(struct sock *sk, struct sk_buff *skb)
179 else 179 else
180 elapsed_time = ntohl(*(__be32 *)(value + 4)); 180 elapsed_time = ntohl(*(__be32 *)(value + 4));
181 181
182 dccp_pr_debug_cat(", ELAPSED_TIME=%d\n", elapsed_time); 182 dccp_pr_debug_cat(", ELAPSED_TIME=%u\n", elapsed_time);
183 183
184 /* Give precedence to the biggest ELAPSED_TIME */ 184 /* Give precedence to the biggest ELAPSED_TIME */
185 if (elapsed_time > opt_recv->dccpor_elapsed_time) 185 if (elapsed_time > opt_recv->dccpor_elapsed_time)