1
0
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:
Yu Watanabe 2023-07-31 18:01:58 +09:00
parent 02f7f8aa4f
commit d6b64f7abb

View File

@ -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;
}