diff options
-rw-r--r-- | net/dccp/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/options.c b/net/dccp/options.c index bfa1cb8f3ef1..20d5c72d1fdb 100644 --- a/net/dccp/options.c +++ b/net/dccp/options.c | |||
@@ -67,7 +67,7 @@ int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq, | |||
67 | (dh->dccph_doff * 4); | 67 | (dh->dccph_doff * 4); |
68 | struct dccp_options_received *opt_recv = &dp->dccps_options_received; | 68 | struct dccp_options_received *opt_recv = &dp->dccps_options_received; |
69 | unsigned char opt, len; | 69 | unsigned char opt, len; |
70 | unsigned char *value; | 70 | unsigned char *uninitialized_var(value); |
71 | u32 elapsed_time; | 71 | u32 elapsed_time; |
72 | __be32 opt_val; | 72 | __be32 opt_val; |
73 | int rc; | 73 | int rc; |