aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-12-17 08:05:01 +0100
committerChristian Grothoff <christian@grothoff.org>2016-12-17 08:05:01 +0100
commitc9272e75b1a6c73d3928931ec4b4321dd46c643c (patch)
treec4660f3f5ad8f640b32b4054e63e319d8aeccd48 /src/nat
parent545faeda8f7fb7e03bb39602df6142f630157050 (diff)
downloadgnunet-c9272e75b1a6c73d3928931ec4b4321dd46c643c.tar.gz
gnunet-c9272e75b1a6c73d3928931ec4b4321dd46c643c.zip
init 'ch' field
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/gnunet-service-nat.c1
1 files changed, 1 insertions, 0 deletions
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,
1377 struct AutoconfigContext *ac; 1377 struct AutoconfigContext *ac;
1378 1378
1379 ac = GNUNET_new (struct AutoconfigContext); 1379 ac = GNUNET_new (struct AutoconfigContext);
1380 ac->ch = ch;
1380 ac->c = GNUNET_CONFIGURATION_create (); 1381 ac->c = GNUNET_CONFIGURATION_create ();
1381 if (GNUNET_OK != 1382 if (GNUNET_OK !=
1382 GNUNET_CONFIGURATION_deserialize (ac->c, 1383 GNUNET_CONFIGURATION_deserialize (ac->c,