diff options
Diffstat (limited to 'src/revocation/revocation_api.c')
-rw-r--r-- | src/revocation/revocation_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/revocation/revocation_api.c b/src/revocation/revocation_api.c index 8c00ac2ae6..fde0296a44 100644 --- a/src/revocation/revocation_api.c +++ b/src/revocation/revocation_api.c @@ -125,7 +125,7 @@ GNUNET_REVOCATION_query (const struct GNUNET_CONFIGURATION_Handle *cfg, struct QueryMessage *qm; struct GNUNET_MQ_Envelope *env; - q->mq = GNUNET_CLIENT_connecT (cfg, + q->mq = GNUNET_CLIENT_connect (cfg, "revocation", handlers, &query_mq_error_handler, @@ -283,7 +283,7 @@ GNUNET_REVOCATION_revoke (const struct GNUNET_CONFIGURATION_Handle *cfg, return NULL; } - h->mq = GNUNET_CLIENT_connecT (cfg, + h->mq = GNUNET_CLIENT_connect (cfg, "revocation", handlers, &revocation_mq_error_handler, |