aboutsummaryrefslogtreecommitdiff
path: root/src/hello
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello')
-rw-r--r--src/hello/address.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hello/address.c b/src/hello/address.c
index b763414d2..b69442ecc 100644
--- a/src/hello/address.c
+++ b/src/hello/address.c
@@ -106,7 +106,8 @@ GNUNET_HELLO_address_copy (const struct GNUNET_HELLO_Address *address)
106{ 106{
107 return GNUNET_HELLO_address_allocate (&address->peer, address->transport_name, 107 return GNUNET_HELLO_address_allocate (&address->peer, address->transport_name,
108 address->address, 108 address->address,
109 address->address_length, 0); 109 address->address_length,
110 address->local_info);
110} 111}
111 112
112 113