aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/test_core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 9fafb10de..72846ed0f 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -247,7 +247,7 @@ init_notify (void *cls,
247 247
248 if (NULL == GNUNET_CORE_notify_transmit_ready (p1.ch, 248 if (NULL == GNUNET_CORE_notify_transmit_ready (p1.ch,
249 0, 249 0,
250 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15), 250 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 45),
251 &p2.id, 251 &p2.id,
252 sizeof (struct GNUNET_MessageHeader), 252 sizeof (struct GNUNET_MessageHeader),
253 &transmit_ready, &p1)) 253 &transmit_ready, &p1))