aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_quota_compliance.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-07 11:08:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-07 11:08:40 +0000
commit93522adc0728de13e94a7b13730781345144e434 (patch)
tree5e8389010559b5c326909bba7d8b18b858eeab35 /src/core/test_core_quota_compliance.c
parenta3247ccf829ff52285721529bbcba00a0da39dcd (diff)
downloadgnunet-93522adc0728de13e94a7b13730781345144e434.tar.gz
gnunet-93522adc0728de13e94a7b13730781345144e434.zip
removing 'publicKey' argument from CORE init callback
Diffstat (limited to 'src/core/test_core_quota_compliance.c')
-rw-r--r--src/core/test_core_quota_compliance.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index 6f10635fe..5fce06b31 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -504,8 +504,7 @@ static struct GNUNET_CORE_MessageHandler handlers[] = {
504 504
505static void 505static void
506init_notify (void *cls, struct GNUNET_CORE_Handle *server, 506init_notify (void *cls, struct GNUNET_CORE_Handle *server,
507 const struct GNUNET_PeerIdentity *my_identity, 507 const struct GNUNET_PeerIdentity *my_identity)
508 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *publicKey)
509{ 508{
510 struct PeerContext *p = cls; 509 struct PeerContext *p = cls;
511 510