summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-09-30 18:05:19 +0200
committerThomas Haller <thaller@redhat.com>2020-10-01 17:35:14 +0200
commitdc559a9af7bf3f50ead67dfce2179c4652f1ce7f (patch)
tree4fdf96690cfa9483e10ff77f211c53fd58e070e0
parentf7f979cda6bc2c685715f02d03b124ff53c3ae32 (diff)
downloadNetworkManager-dc559a9af7bf3f50ead67dfce2179c4652f1ce7f.tar.gz
platform/trivial: use in_addr_t type for address in nm_platform_ip4_address_get()
-rw-r--r--src/platform/nm-platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/nm-platform.c b/src/platform/nm-platform.c
index 0c83a8ee69..d1ff6fbc42 100644
--- a/src/platform/nm-platform.c
+++ b/src/platform/nm-platform.c
@@ -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;