diff options
Diffstat (limited to 'net/ipv6/ip6_fib.c')
-rw-r--r-- | net/ipv6/ip6_fib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c index 11f9660a4796..35b91ff95db2 100644 --- a/net/ipv6/ip6_fib.c +++ b/net/ipv6/ip6_fib.c | |||
@@ -776,7 +776,7 @@ int fib6_add(struct fib6_node *root, struct rt6_info *rt, struct nl_info *info) | |||
776 | if (err == 0) { | 776 | if (err == 0) { |
777 | fib6_start_gc(rt); | 777 | fib6_start_gc(rt); |
778 | if (!(rt->rt6i_flags&RTF_CACHE)) | 778 | if (!(rt->rt6i_flags&RTF_CACHE)) |
779 | fib6_prune_clones(fn, rt); | 779 | fib6_prune_clones(pn, rt); |
780 | } | 780 | } |
781 | 781 | ||
782 | out: | 782 | out: |