aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-23 10:52:16 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-23 10:52:16 +0000
commit04518c0f2565baa715018b9546afa1858369d20e (patch)
treea27eb549732a95813593e3872b5332fe4dd28d64 /src/transport/test_quota_compliance.c
parent5767d95fbe94bb43b3557a59335f4fac30907408 (diff)
downloadgnunet-04518c0f2565baa715018b9546afa1858369d20e.tar.gz
gnunet-04518c0f2565baa715018b9546afa1858369d20e.zip
gauger changes, thanks bart (:
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