fixed test case
authorFlorian Dold <florian.dold@gmail.com>
Thu, 11 Jul 2013 19:01:15 +0000 (19:01 +0000)
committerFlorian Dold <florian.dold@gmail.com>
Thu, 11 Jul 2013 19:01:15 +0000 (19:01 +0000)
src/util/test_mq_client.c

index 30e498fcc60ba1530594df88e41017188e92a3a3..88e072c2b622a62f7d7e9e763204af228d691ec9 100644 (file)
@@ -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);