mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
Reapply "net: release reference to inet6_dev pointer"
This reverts commit d9fef973fe.
Bug: 320243175
Change-Id: I4627e1097dddbb697597cbb51e4ba9f4f1af61da
Signed-off-by: Carlos Llamas <cmllamas@google.com>
This commit is contained in:
@@ -2756,7 +2756,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