aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ndisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/ndisc.c')
-rw-r--r--net/ipv6/ndisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c
index b1cf7081647..4ee1216f801 100644
--- a/net/ipv6/ndisc.c
+++ b/net/ipv6/ndisc.c
@@ -1630,7 +1630,7 @@ int ndisc_rcv(struct sk_buff *skb)
1630 case NDISC_REDIRECT: 1630 case NDISC_REDIRECT:
1631 ndisc_redirect_rcv(skb); 1631 ndisc_redirect_rcv(skb);
1632 break; 1632 break;
1633 }; 1633 }
1634 1634
1635 return 0; 1635 return 0;
1636} 1636}