From a2b61bbde7aa9389253f817be7694d5b6819be2d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 11 Jul 2013 19:01:15 +0000 Subject: fixed test case --- src/util/test_mq_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3