aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
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,