From 98cb7168209d708a8e19006fbdce388a69afed1a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 7 Oct 2011 13:09:36 +0000 Subject: [PATCH] fix --- src/core/test_core_api_send_to_self.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/test_core_api_send_to_self.c b/src/core/test_core_api_send_to_self.c index 808447fa1..25651beb5 100644 --- a/src/core/test_core_api_send_to_self.c +++ b/src/core/test_core_api_send_to_self.c @@ -119,8 +119,7 @@ send_message (void *cls, size_t size, void *buf) static void init (void *cls, struct GNUNET_CORE_Handle *core, - const struct GNUNET_PeerIdentity *my_identity, - const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *pk) + const struct GNUNET_PeerIdentity *my_identity) { if (core == NULL) { -- 2.25.1