aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_interceptor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-25 23:21:34 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-25 23:21:34 +0100
commit56a9d4001b0844287ecc55b103549370676646a8 (patch)
tree15c386888d44654aee00e2bc14b8e6fda63407c6 /src/gns/gnunet-service-gns_interceptor.c
parentab31df30ad892ea81bf8ccea19f97bf2cbed5899 (diff)
downloadgnunet-56a9d4001b0844287ecc55b103549370676646a8.tar.gz
gnunet-56a9d4001b0844287ecc55b103549370676646a8.zip
first preparations for GNS mapping arbitrary TLDs
Diffstat (limited to 'src/gns/gnunet-service-gns_interceptor.c')
-rw-r--r--src/gns/gnunet-service-gns_interceptor.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gns/gnunet-service-gns_interceptor.c b/src/gns/gnunet-service-gns_interceptor.c
index a9e207891..71aa08dc5 100644
--- a/src/gns/gnunet-service-gns_interceptor.c
+++ b/src/gns/gnunet-service-gns_interceptor.c
@@ -327,7 +327,9 @@ handle_dns_request (void *cls,
327 { 327 {
328 /* Start resolution in GNS */ 328 /* Start resolution in GNS */
329 ilh = GNUNET_new (struct InterceptLookupHandle); 329 ilh = GNUNET_new (struct InterceptLookupHandle);
330 GNUNET_CONTAINER_DLL_insert (ilh_head, ilh_tail, ilh); 330 GNUNET_CONTAINER_DLL_insert (ilh_head,
331 ilh_tail,
332 ilh);
331 ilh->packet = p; 333 ilh->packet = p;
332 ilh->request_handle = rh; 334 ilh->request_handle = rh;
333 ilh->lookup = GNS_resolver_lookup (&zone, 335 ilh->lookup = GNS_resolver_lookup (&zone,