From: Christian Grothoff Date: Sat, 17 Dec 2016 07:05:01 +0000 (+0100) Subject: init 'ch' field X-Git-Tag: taler-0.2.1~555 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c9272e75b1a6c73d3928931ec4b4321dd46c643c;p=oweals%2Fgnunet.git init 'ch' field --- diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c index af1219dc0..10bfd07a4 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,