-allow caller ID to differ from zone used for resolution
[oweals/gnunet.git] / src / transport / test_plugin_transport.c
index 1b58c8c73aa1dc5170560254053955ad3b7ab2e3..39911863feec50c14ede870f1d74e51003607d20 100644 (file)
@@ -401,7 +401,8 @@ env_notify_address (void *cls, int add_remove,
     GNUNET_free(s2a);
 
     pretty_printers_running++;
-    api->address_pretty_printer (api->cls, address->transport_name, address->address, address->address_length, GNUNET_YES,
+    api->address_pretty_printer (api->cls, address->transport_name,
+        address->address, address->address_length, GNUNET_YES,
         GNUNET_TIME_UNIT_MINUTES, &address_pretty_printer_cb, w);
 
     if (GNUNET_OK != api->check_address (api->cls, w->address->address, w->address->address_length))