aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-21 16:03:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-21 16:03:30 +0000
commita89c7a30d499bac96890929d745fad063eb707b2 (patch)
treecb001facf8da3cfc9e9bfaa854fb99b9b51ec636 /src/fs/gnunet-service-fs.c
parentd70d18816c37c30e02977a2cc2bdb2368e95a4de (diff)
downloadgnunet-a89c7a30d499bac96890929d745fad063eb707b2.tar.gz
gnunet-a89c7a30d499bac96890929d745fad063eb707b2.zip
removing deprecated argument in 'init' callback of GNUNET_CORE_connect
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index a8fbda84b..8ecb6bb67 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -573,11 +573,10 @@ peer_connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer)
573 * directly (which should work if you are authorized...). 573 * directly (which should work if you are authorized...).
574 * 574 *
575 * @param cls closure 575 * @param cls closure
576 * @param server handle to the server, NULL if we failed
577 * @param my_identity ID of this peer, NULL if we failed 576 * @param my_identity ID of this peer, NULL if we failed
578 */ 577 */
579static void 578static void
580peer_init_handler (void *cls, struct GNUNET_CORE_Handle *server, 579peer_init_handler (void *cls,
581 const struct GNUNET_PeerIdentity *my_identity) 580 const struct GNUNET_PeerIdentity *my_identity)
582{ 581{
583 my_id = *my_identity; 582 my_id = *my_identity;