aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c
index 20a9b1f15..219971725 100644
--- a/src/transport/test_quota_compliance.c
+++ b/src/transport/test_quota_compliance.c
@@ -669,7 +669,7 @@ exchange_hello (void *cls,
669 GNUNET_assert (GNUNET_OK == 669 GNUNET_assert (GNUNET_OK ==
670 GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *) 670 GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *)
671 message, &me->id)); 671 message, &me->id));
672 GNUNET_TRANSPORT_offer_hello (p2.th, message); 672 GNUNET_TRANSPORT_offer_hello (p2.th, message, NULL, NULL);
673 GNUNET_TRANSPORT_get_hello (p2.th, &exchange_hello_last, &p2); 673 GNUNET_TRANSPORT_get_hello (p2.th, &exchange_hello_last, &p2);
674} 674}
675 675