diff options
Diffstat (limited to 'drivers/net/wan')
-rw-r--r-- | drivers/net/wan/syncppp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/syncppp.c b/drivers/net/wan/syncppp.c index d1173089f334..218f7b574ab3 100644 --- a/drivers/net/wan/syncppp.c +++ b/drivers/net/wan/syncppp.c | |||
@@ -469,7 +469,7 @@ static void sppp_lcp_input (struct sppp *sp, struct sk_buff *skb) | |||
469 | struct net_device *dev = sp->pp_if; | 469 | struct net_device *dev = sp->pp_if; |
470 | int len = skb->len; | 470 | int len = skb->len; |
471 | u8 *p, opt[6]; | 471 | u8 *p, opt[6]; |
472 | u32 rmagic; | 472 | u32 rmagic = 0; |
473 | 473 | ||
474 | if (!pskb_may_pull(skb, sizeof(struct lcp_header))) { | 474 | if (!pskb_may_pull(skb, sizeof(struct lcp_header))) { |
475 | if (sp->pp_flags & PP_DEBUG) | 475 | if (sp->pp_flags & PP_DEBUG) |