From: Florian Dold Date: Thu, 11 Jul 2013 19:01:15 +0000 (+0000) Subject: fixed test case X-Git-Tag: initial-import-from-subversion-38251~8362 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a2b61bbde7aa9389253f817be7694d5b6819be2d;p=oweals%2Fgnunet.git fixed test case --- diff --git a/src/util/test_mq_client.c b/src/util/test_mq_client.c index 30e498fcc..88e072c2b 100644 --- a/src/util/test_mq_client.c +++ b/src/util/test_mq_client.c @@ -113,7 +113,7 @@ void test_mq (struct GNUNET_CLIENT_Connection *client) struct GNUNET_MQ_Envelope *mqm; /* FIXME: test handling responses */ - mq = GNUNET_MQ_queue_for_connection_client (client, NULL, NULL); + mq = GNUNET_MQ_queue_for_connection_client (client, NULL, NULL, NULL); mqm = GNUNET_MQ_msg_header (MY_TYPE); GNUNET_MQ_send (mq, mqm);