aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_plugin_transport.c')
-rw-r--r--src/transport/test_plugin_transport.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index 1b58c8c73..39911863f 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -401,7 +401,8 @@ env_notify_address (void *cls, int add_remove,
401 GNUNET_free(s2a); 401 GNUNET_free(s2a);
402 402
403 pretty_printers_running++; 403 pretty_printers_running++;
404 api->address_pretty_printer (api->cls, address->transport_name, address->address, address->address_length, GNUNET_YES, 404 api->address_pretty_printer (api->cls, address->transport_name,
405 address->address, address->address_length, GNUNET_YES,
405 GNUNET_TIME_UNIT_MINUTES, &address_pretty_printer_cb, w); 406 GNUNET_TIME_UNIT_MINUTES, &address_pretty_printer_cb, w);
406 407
407 if (GNUNET_OK != api->check_address (api->cls, w->address->address, w->address->address_length)) 408 if (GNUNET_OK != api->check_address (api->cls, w->address->address, w->address->address_length))