[PATCH 2/4] dhcp6: Minor optimzation in dhcp6_client_send_initial
Andrew Zaborowski <andrew.zaborowski at intel.com>
| Newsgroups | dev.linux.lists.ell |
|---|---|
| Message-ID | <[email protected]> |
--- ell/dhcp6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ell/dhcp6.c b/ell/dhcp6.c index 3321043..3e38ff2 100644 --- a/ell/dhcp6.c +++ b/ell/dhcp6.c @@ -1493,7 +1493,7 @@ static void dhcp6_client_icmp6_event(struct l_icmp6_client *icmp6, return; } - if (l_icmp6_router_get_managed(r)) + if (managed) dhcp6_client_send_initial(client); break; -- 2.32.0