aboutsummaryrefslogtreecommitdiff
path: root/src/hello
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-14 09:27:04 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-14 09:27:04 +0000
commit34ead9e027a79b8df4bbeaffde5f18fc5bfc4f92 (patch)
tree7ddcd007491084f25c394cc380b40cebfb912598 /src/hello
parente37fb97ec361c33e29d89945e68444dcfb9d692b (diff)
downloadgnunet-34ead9e027a79b8df4bbeaffde5f18fc5bfc4f92.tar.gz
gnunet-34ead9e027a79b8df4bbeaffde5f18fc5bfc4f92.zip
set default options
Diffstat (limited to 'src/hello')
-rw-r--r--src/hello/hello.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hello/hello.c b/src/hello/hello.c
index 3a4eec8be..7f7706713 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -312,6 +312,7 @@ GNUNET_HELLO_iterate_addresses (const struct GNUNET_HELLO_Message *msg,
312 address.address = &inptr[esize - alen]; 312 address.address = &inptr[esize - alen];
313 address.address_length = alen; 313 address.address_length = alen;
314 address.transport_name = inptr; 314 address.transport_name = inptr;
315 address.local_info = GNUNET_HELLO_ADDRESS_INFO_NONE;
315 iret = it (it_cls, &address, GNUNET_TIME_absolute_ntoh (expire)); 316 iret = it (it_cls, &address, GNUNET_TIME_absolute_ntoh (expire));
316 if (iret == GNUNET_SYSERR) 317 if (iret == GNUNET_SYSERR)
317 { 318 {