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:
Carlos Llamas
2024-02-13 01:24:27 +00:00
parent c2c0273029
commit 20131b787f

View File

@@ -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: