aboutsummaryrefslogtreecommitdiff
path: root/src/gns/plugin_rest_gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/plugin_rest_gns.c')
-rw-r--r--src/gns/plugin_rest_gns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/plugin_rest_gns.c b/src/gns/plugin_rest_gns.c
index 6ae753a07..81c2c974b 100644
--- a/src/gns/plugin_rest_gns.c
+++ b/src/gns/plugin_rest_gns.c
@@ -319,7 +319,7 @@ get_gns_cont (struct GNUNET_REST_RequestHandle *con_handle,
319 handle->gns_lookup = GNUNET_GNS_lookup_with_tld (handle->gns, 319 handle->gns_lookup = GNUNET_GNS_lookup_with_tld (handle->gns,
320 handle->name, 320 handle->name,
321 handle->record_type, 321 handle->record_type,
322 GNUNET_NO, 322 GNUNET_GNS_LO_DEFAULT,
323 &handle_gns_response, 323 &handle_gns_response,
324 handle); 324 handle);
325} 325}