mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 01:20:07 +01:00
libnm-core: fix type of argument for nm_utils_inet_ntop_dup()
Fixes: 898f7a5665 ('libnm: add internal API nm_utils_inet*_ntop_dup()')
This commit is contained in:
parent
d62dd09772
commit
a0d0d4d770
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ nm_utils_inet6_ntop_dup (const struct in6_addr *addr)
|
|||
}
|
||||
|
||||
static inline char *
|
||||
nm_utils_inet_ntop_dup (int addr_family, const struct in6_addr *addr)
|
||||
nm_utils_inet_ntop_dup (int addr_family, gconstpointer addr)
|
||||
{
|
||||
char buf[NM_UTILS_INET_ADDRSTRLEN];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue