mirror of
https://github.com/systemd/systemd.git
synced 2026-08-07 08:30:57 +00:00
Merge pull request #1908 from phomes/network-memleak
network: dhcp6 - fix mem leak
This commit is contained in:
@@ -221,7 +221,7 @@ int dhcp6_configure(Link *link) {
|
||||
|
||||
r = sd_dhcp6_client_set_information_request(client, true);
|
||||
if (r < 0)
|
||||
return r;
|
||||
goto error;
|
||||
|
||||
r = sd_dhcp6_client_set_mac(client,
|
||||
(const uint8_t *) &link->mac,
|
||||
|
||||
Reference in New Issue
Block a user