From aec543b2999864b89edb9ffa1d45fbdbf187fb4c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 2 May 2010 12:17:22 +0000 Subject: [PATCH] fix --- src/peerinfo/test_peerinfo_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c index 3fa622f50..ad93f706d 100644 --- a/src/peerinfo/test_peerinfo_api.c +++ b/src/peerinfo/test_peerinfo_api.c @@ -50,7 +50,7 @@ static int check_it (void *cls, const char *tname, struct GNUNET_TIME_Absolute expiration, - const void *addr, size_t addrlen) + const void *addr, uint16_t addrlen) { unsigned int *agc = cls; -- 2.25.1