From da94095914e25fd26a793d348884b39e913a56d2 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Mon, 6 Feb 2012 16:49:34 +0100 Subject: ippool: Add prefixlen argument to __connman_ippool_new/deladdr() --- unit/test-ippool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unit') 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); -- cgit v1.2.3