summaryrefslogtreecommitdiff
path: root/unit/test-ippool.c
diff options
context:
space:
mode:
Diffstat (limited to 'unit/test-ippool.c')
-rw-r--r--unit/test-ippool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit/test-ippool.c b/unit/test-ippool.c
index 0794bde9..7b4a91bb 100644
--- a/unit/test-ippool.c
+++ b/unit/test-ippool.c
@@ -179,11 +179,11 @@ static void test_ippool_collision0(void)
"\tgateway %s broadcast %s mask %s", start_ip, end_ip,
gateway, broadcast, subnet_mask);
- __connman_ippool_newaddr(23, start_ip);
+ __connman_ippool_newaddr(23, start_ip, 24);
g_assert(flag == 0);
- __connman_ippool_newaddr(42, start_ip);
+ __connman_ippool_newaddr(42, start_ip, 24);
g_assert(flag == 1);