aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-10 17:38:29 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-10 17:38:29 +0100
commitbf5f92d9429a556f68c950df7be3dc25907e0d6c (patch)
tree640b74c6a12a53ccac9925eb05b9e6d644d7e748 /src/fs/fs_publish.c
parent06c0c503acd9d523d4d18eeac862222a744db2ab (diff)
downloadgnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.tar.gz
gnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.zip
rename connecT -> connect now that the old API is dead
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 5820c3d0c..86a58a58b 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -863,7 +863,7 @@ hash_for_index_cb (void *cls,
863 GNUNET_free (fn); 863 GNUNET_free (fn);
864 return; 864 return;
865 } 865 }
866 pc->mq = GNUNET_CLIENT_connecT (pc->h->cfg, 866 pc->mq = GNUNET_CLIENT_connect (pc->h->cfg,
867 "fs", 867 "fs",
868 handlers, 868 handlers,
869 &index_mq_error_handler, 869 &index_mq_error_handler,
@@ -1016,7 +1016,7 @@ create_loc_uri (struct GNUNET_FS_PublishContext *pc)
1016 1016
1017 if (NULL != pc->mq) 1017 if (NULL != pc->mq)
1018 GNUNET_MQ_destroy (pc->mq); 1018 GNUNET_MQ_destroy (pc->mq);
1019 pc->mq = GNUNET_CLIENT_connecT (pc->h->cfg, 1019 pc->mq = GNUNET_CLIENT_connect (pc->h->cfg,
1020 "fs", 1020 "fs",
1021 handlers, 1021 handlers,
1022 &loc_mq_error_handler, 1022 &loc_mq_error_handler,