mirror of
https://github.com/systemd/systemd
synced 2025-11-10 12:24:45 +01:00
Compare commits
No commits in common. "2ac7eec3b55c9d8ef6bc8d6965962f1246115ac7" and "c05b8edde024b69a0e1eac0cc326c3a8a320b167" have entirely different histories.
2ac7eec3b5
...
c05b8edde0
@ -548,7 +548,7 @@ static int dhcp4_remove_all(Link *link) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int dhcp_lease_lost(Link *link) {
|
static int dhcp_lease_lost(Link *link) {
|
||||||
int k, r = 0;
|
int k, r;
|
||||||
|
|
||||||
assert(link);
|
assert(link);
|
||||||
assert(link->dhcp_lease);
|
assert(link->dhcp_lease);
|
||||||
|
|||||||
@ -501,7 +501,6 @@ int network_load_one(Manager *manager, OrderedHashmap **networks, const char *fi
|
|||||||
"DHCP\0" /* compat */
|
"DHCP\0" /* compat */
|
||||||
"DHCPv4\0"
|
"DHCPv4\0"
|
||||||
"DHCPv6\0"
|
"DHCPv6\0"
|
||||||
"DHCPv6PrefixDelegation\0"
|
|
||||||
"DHCPServer\0"
|
"DHCPServer\0"
|
||||||
"IPv6AcceptRA\0"
|
"IPv6AcceptRA\0"
|
||||||
"IPv6NDPProxyAddress\0"
|
"IPv6NDPProxyAddress\0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user