mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 08:50:22 +01:00
tests: fix error message in nmtst_assert_ip6_address()
Fixes: 09983442bd
This commit is contained in:
parent
afa62716c0
commit
1cf69d9724
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ _nmtst_assert_ip6_address (const char *file, int line, const struct in6_addr *ad
|
|||
|
||||
g_error ("%s:%d: Unexpected IPv6 address: expected %s, got %s",
|
||||
file, line, str_expected ? str_expected : "::",
|
||||
inet_ntop (AF_INET6, &addr, buf, sizeof (buf)));
|
||||
inet_ntop (AF_INET6, addr, buf, sizeof (buf)));
|
||||
}
|
||||
}
|
||||
#define nmtst_assert_ip6_address(addr, str_expected) _nmtst_assert_ip6_address (__FILE__, __LINE__, addr, str_expected)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue