mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
Reapply "net: release reference to inet6_dev pointer"
This reverts commit 7b3ee41b62.
Bug: 320243175
Change-Id: I4627e1097dddbb697597cbb51e4ba9f4f1af61da
Signed-off-by: Carlos Llamas <cmllamas@google.com>
This commit is contained in:
@@ -2759,7 +2759,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)
|
||||
return;
|
||||
goto put;
|
||||
|
||||
/*
|
||||
* Two things going on here:
|
||||
|
||||
Reference in New Issue
Block a user