aboutsummaryrefslogtreecommitdiff
path: root/src/dht
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/dht
parenta3247ccf829ff52285721529bbcba00a0da39dcd (diff)
downloadgnunet-93522adc0728de13e94a7b13730781345144e434.tar.gz
gnunet-93522adc0728de13e94a7b13730781345144e434.zip
removing 'publicKey' argument from CORE init callback
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c
index 418474c74..9d4885b78 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -1527,12 +1527,10 @@ GDS_NEIGHBOURS_handle_reply (const struct GNUNET_PeerIdentity *target,
1527 * @param cls service closure 1527 * @param cls service closure
1528 * @param server handle to the server for this service 1528 * @param server handle to the server for this service
1529 * @param identity the public identity of this peer 1529 * @param identity the public identity of this peer
1530 * @param publicKey the public key of this peer
1531 */ 1530 */
1532static void 1531static void
1533core_init (void *cls, struct GNUNET_CORE_Handle *server, 1532core_init (void *cls, struct GNUNET_CORE_Handle *server,
1534 const struct GNUNET_PeerIdentity *identity, 1533 const struct GNUNET_PeerIdentity *identity)
1535 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *publicKey)
1536{ 1534{
1537 GNUNET_assert (server != NULL); 1535 GNUNET_assert (server != NULL);
1538 my_identity = *identity; 1536 my_identity = *identity;