mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
network/address: do not set configuring flag when a request is canceled
Fixes copy-and-paste error.
Follow-up for 0a0c2672db
.
This commit is contained in:
parent
02f7f8aa4f
commit
d6b64f7abb
@ -1320,7 +1320,7 @@ static int address_process_request(Request *req, Link *link, Address *address) {
|
||||
|
||||
address_cancel_requesting(address);
|
||||
if (address_get(link, address, &existing) >= 0)
|
||||
address_enter_configuring(existing);
|
||||
address_cancel_requesting(existing);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user