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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index 2185478e7..e2d178ad0 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -348,7 +348,7 @@ env_notify_address (void *cls,
348 GNUNET_CONTAINER_DLL_insert(head, tail, w); 348 GNUNET_CONTAINER_DLL_insert(head, tail, w);
349 got_reply = GNUNET_NO; 349 got_reply = GNUNET_NO;
350 GNUNET_log(GNUNET_ERROR_TYPE_INFO, "Testing: address_to_string \n"); 350 GNUNET_log(GNUNET_ERROR_TYPE_INFO, "Testing: address_to_string \n");
351 w->addrstring = strdup ( 351 w->addrstring = GNUNET_strdup (
352 api->address_to_string (api, w->address->address, 352 api->address_to_string (api, w->address->address,
353 w->address->address_length)); 353 w->address->address_length));
354 if (NULL == w->addrstring) 354 if (NULL == w->addrstring)