aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_send_to_self.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-07 13:09:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-07 13:09:36 +0000
commit98cb7168209d708a8e19006fbdce388a69afed1a (patch)
tree553bf1eeafd17ffc5aaeabcdaf86640513b1ae32 /src/core/test_core_api_send_to_self.c
parent2dd4ee49cb5718ebc55e28ae93d21f2aeb5ad7da (diff)
downloadgnunet-98cb7168209d708a8e19006fbdce388a69afed1a.tar.gz
gnunet-98cb7168209d708a8e19006fbdce388a69afed1a.zip
fix
Diffstat (limited to 'src/core/test_core_api_send_to_self.c')
-rw-r--r--src/core/test_core_api_send_to_self.c3
1 files changed, 1 insertions, 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)
119 119
120static void 120static void
121init (void *cls, struct GNUNET_CORE_Handle *core, 121init (void *cls, struct GNUNET_CORE_Handle *core,
122 const struct GNUNET_PeerIdentity *my_identity, 122 const struct GNUNET_PeerIdentity *my_identity)
123 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *pk)
124{ 123{
125 if (core == NULL) 124 if (core == NULL)
126 { 125 {