aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-22 21:29:42 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-22 21:29:42 +0100
commitcd9531932c72478a3f7c17eb78238daa2302b2ef (patch)
tree6f3fce90b69107a3ecc8649ff93323b0d09c3d7d /src/conversation
parent9bc1c69e28bb4ac07b9bf9f5ed2192f78912c5f3 (diff)
downloadgnunet-cd9531932c72478a3f7c17eb78238daa2302b2ef.tar.gz
gnunet-cd9531932c72478a3f7c17eb78238daa2302b2ef.zip
remove support for reverse lookup and shortening from GNS (#4849)
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/conversation_api_call.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conversation/conversation_api_call.c b/src/conversation/conversation_api_call.c
index a6bc506bc..7e4a147a0 100644
--- a/src/conversation/conversation_api_call.c
+++ b/src/conversation/conversation_api_call.c
@@ -603,7 +603,6 @@ GNUNET_CONVERSATION_call_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
603 &my_zone, 603 &my_zone,
604 GNUNET_GNSRECORD_TYPE_PHONE, 604 GNUNET_GNSRECORD_TYPE_PHONE,
605 GNUNET_NO, 605 GNUNET_NO,
606 NULL /* FIXME: add shortening support */,
607 &handle_gns_response, call); 606 &handle_gns_response, call);
608 GNUNET_assert (NULL != call->gns_lookup); 607 GNUNET_assert (NULL != call->gns_lookup);
609 return call; 608 return call;