mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 18:20:10 +01:00
platform/trivial: use in_addr_t type for address in nm_platform_ip4_address_get()
This commit is contained in:
parent
f7f979cda6
commit
dc559a9af7
1 changed files with 1 additions and 1 deletions
|
|
@ -3671,7 +3671,7 @@ nm_platform_ip4_address_get(NMPlatform *self,
|
|||
int ifindex,
|
||||
in_addr_t address,
|
||||
guint8 plen,
|
||||
guint32 peer_address)
|
||||
in_addr_t peer_address)
|
||||
{
|
||||
NMPObject obj_id;
|
||||
const NMPObject *obj;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue