gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: init 'ch' field


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: init 'ch' field
Date: Sat, 17 Dec 2016 08:05:16 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c9272e7  init 'ch' field
c9272e7 is described below

commit c9272e75b1a6c73d3928931ec4b4321dd46c643c
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Dec 17 08:05:01 2016 +0100

    init 'ch' field
---
 src/nat/gnunet-service-nat.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c
index af1219d..10bfd07 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -1377,6 +1377,7 @@ handle_autoconfig_request (void *cls,
   struct AutoconfigContext *ac;
 
   ac = GNUNET_new (struct AutoconfigContext);
+  ac->ch = ch;
   ac->c = GNUNET_CONFIGURATION_create ();
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_deserialize (ac->c,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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