Reapply "net: release reference to inet6_dev pointer"
This reverts commit ea0ddd540d
.
Bug: 320243175
Change-Id: I4627e1097dddbb697597cbb51e4ba9f4f1af61da
Signed-off-by: Carlos Llamas <cmllamas@google.com>
This commit is contained in:

committed by
Treehugger Robot

parent
a4508eb552
commit
be6ad5e439
@@ -2751,7 +2751,7 @@ void addrconf_prefix_rcv(struct net_device *dev, u8 *opt, int len, bool sllao)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (valid_lft != 0 && valid_lft < in6_dev->cnf.accept_ra_min_lft)
|
if (valid_lft != 0 && valid_lft < in6_dev->cnf.accept_ra_min_lft)
|
||||||
return;
|
goto put;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Two things going on here:
|
* Two things going on here:
|
||||||
|
Reference in New Issue
Block a user