aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-dns2gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-dns2gns.c')
-rw-r--r--src/gns/gnunet-dns2gns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c
index eb9996b36..1e88ef056 100644
--- a/src/gns/gnunet-dns2gns.c
+++ b/src/gns/gnunet-dns2gns.c
@@ -465,7 +465,7 @@ handle_request (struct GNUNET_NETWORK_Handle *lsock,
465 request->lookup = GNUNET_GNS_lookup_with_tld (gns, 465 request->lookup = GNUNET_GNS_lookup_with_tld (gns,
466 packet->queries[0].name, 466 packet->queries[0].name,
467 packet->queries[0].type, 467 packet->queries[0].type,
468 GNUNET_NO, 468 GNUNET_GNS_LO_DEFAULT,
469 &result_processor, 469 &result_processor,
470 request); 470 request);
471} 471}