mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
Merge pull request #1644 from reverendhomer/patch-1
networkd-manager: fix swapped arguments
This commit is contained in:
commit
ac691d4abe
@ -409,7 +409,7 @@ int manager_rtnl_process_address(sd_netlink *rtnl, sd_netlink_message *message,
|
||||
log_link_debug(link, "Adding address: %s/%u (valid for %s)", buf, prefixlen, valid_str);
|
||||
}
|
||||
|
||||
address_update(address, scope, flags, &cinfo);
|
||||
address_update(address, flags, scope, &cinfo);
|
||||
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user