wip
[oweals/gnunet.git] / src / transport / test_quota_compliance.c
index 20a9b1f156fb58d011e2d8e5b141ce1beb228112..219971725578acc47f2ec042c5019f49ef73da5a 100644 (file)
@@ -669,7 +669,7 @@ exchange_hello (void *cls,
   GNUNET_assert (GNUNET_OK ==
                  GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *)
                                       message, &me->id));
-  GNUNET_TRANSPORT_offer_hello (p2.th, message);
+  GNUNET_TRANSPORT_offer_hello (p2.th, message, NULL, NULL);
   GNUNET_TRANSPORT_get_hello (p2.th, &exchange_hello_last, &p2);
 }