diff options
Diffstat (limited to 'net/dccp/options.c')
-rw-r--r-- | net/dccp/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/options.c b/net/dccp/options.c index da1676016484..6e85550cc6f0 100644 --- a/net/dccp/options.c +++ b/net/dccp/options.c | |||
@@ -78,6 +78,7 @@ int dccp_parse_options(struct sock *sk, struct sk_buff *skb) | |||
78 | 78 | ||
79 | memset(opt_recv, 0, sizeof(*opt_recv)); | 79 | memset(opt_recv, 0, sizeof(*opt_recv)); |
80 | 80 | ||
81 | opt = len = 0; | ||
81 | while (opt_ptr != opt_end) { | 82 | while (opt_ptr != opt_end) { |
82 | opt = *opt_ptr++; | 83 | opt = *opt_ptr++; |
83 | len = 0; | 84 | len = 0; |