wip
[oweals/gnunet.git] / src / transport / test_transport_api.c
index 60cb7866f0c33947c2c1913e019b31eb880ac3e3..d78e3264bb3e85294c727a923b93a41e1f011ef6 100644 (file)
@@ -351,7 +351,7 @@ exchange_hello (void *cls,
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Received HELLO size %d\n", GNUNET_HELLO_size((const struct GNUNET_HELLO_Message *)message));
 
-  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);
 }