aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/gnunet-service-transport.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 7db99c006..1820d2a4b 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -3501,7 +3501,8 @@ handle_address_lookup (void *cls,
3501 return; 3501 return;
3502 } 3502 }
3503 tc = GNUNET_SERVER_transmit_context_create (client); 3503 tc = GNUNET_SERVER_transmit_context_create (client);
3504 lsPlugin->api->address_pretty_printer (cls, nameTransport, 3504 lsPlugin->api->address_pretty_printer (lsPlugin->api->cls,
3505 nameTransport,
3505 address, addressLen, 3506 address, addressLen,
3506 numeric, 3507 numeric,
3507 rtimeout, 3508 rtimeout,