gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31892 - gnunet/src/hello


From: gnunet
Subject: [GNUnet-SVN] r31892 - gnunet/src/hello
Date: Tue, 14 Jan 2014 10:27:04 +0100

Author: wachs
Date: 2014-01-14 10:27:04 +0100 (Tue, 14 Jan 2014)
New Revision: 31892

Modified:
   gnunet/src/hello/hello.c
Log:
set default options


Modified: gnunet/src/hello/hello.c
===================================================================
--- gnunet/src/hello/hello.c    2014-01-13 23:51:23 UTC (rev 31891)
+++ gnunet/src/hello/hello.c    2014-01-14 09:27:04 UTC (rev 31892)
@@ -312,6 +312,7 @@
     address.address = &inptr[esize - alen];
     address.address_length = alen;
     address.transport_name = inptr;
+    address.local_info = GNUNET_HELLO_ADDRESS_INFO_NONE;
     iret = it (it_cls, &address, GNUNET_TIME_absolute_ntoh (expire));
     if (iret == GNUNET_SYSERR)
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]