aboutsummaryrefslogtreecommitdiff
path: root/src/hello
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-14 13:31:06 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-14 13:31:06 +0000
commitd77de7b84a9d2a705cc77ae87f2fd72c5b75e5b0 (patch)
treeb2ca151e0fdbbf1b410504059aa37d60edf1535c /src/hello
parent78c8e788303f3c1dc35037b29dd3ed264306e0cc (diff)
downloadgnunet-d77de7b84a9d2a705cc77ae87f2fd72c5b75e5b0.tar.gz
gnunet-d77de7b84a9d2a705cc77ae87f2fd72c5b75e5b0.zip
copy info
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