aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/scalarproduct_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/scalarproduct_api.c')
-rw-r--r--src/scalarproduct/scalarproduct_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scalarproduct/scalarproduct_api.c b/src/scalarproduct/scalarproduct_api.c
index 9606851c8..df9f8d196 100644
--- a/src/scalarproduct/scalarproduct_api.c
+++ b/src/scalarproduct/scalarproduct_api.c
@@ -256,7 +256,7 @@ GNUNET_SCALARPRODUCT_accept_computation (const struct GNUNET_CONFIGURATION_Handl
256 h->response_proc = &process_status_message; 256 h->response_proc = &process_status_message;
257 h->cfg = cfg; 257 h->cfg = cfg;
258 h->key = *session_key; 258 h->key = *session_key;
259 h->mq = GNUNET_CLIENT_connecT (cfg, 259 h->mq = GNUNET_CLIENT_connect (cfg,
260 "scalarproduct-bob", 260 "scalarproduct-bob",
261 handlers, 261 handlers,
262 &mq_error_handler, 262 &mq_error_handler,
@@ -408,7 +408,7 @@ GNUNET_SCALARPRODUCT_start_computation (const struct GNUNET_CONFIGURATION_Handle
408 if (GNUNET_SYSERR == check_unique (elements, 408 if (GNUNET_SYSERR == check_unique (elements,
409 element_count)) 409 element_count))
410 return NULL; 410 return NULL;
411 h->mq = GNUNET_CLIENT_connecT (cfg, 411 h->mq = GNUNET_CLIENT_connect (cfg,
412 "scalarproduct-alice", 412 "scalarproduct-alice",
413 handlers, 413 handlers,
414 &mq_error_handler, 414 &mq_error_handler,