diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-02-22 21:29:42 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-02-22 21:29:42 +0100 |
commit | cd9531932c72478a3f7c17eb78238daa2302b2ef (patch) | |
tree | 6f3fce90b69107a3ecc8649ff93323b0d09c3d7d /src/conversation | |
parent | 9bc1c69e28bb4ac07b9bf9f5ed2192f78912c5f3 (diff) |
remove support for reverse lookup and shortening from GNS (#4849)
Diffstat (limited to 'src/conversation')
-rw-r--r-- | src/conversation/conversation_api_call.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conversation/conversation_api_call.c b/src/conversation/conversation_api_call.c index a6bc506bc6..7e4a147a03 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, &my_zone, GNUNET_GNSRECORD_TYPE_PHONE, GNUNET_NO, - NULL /* FIXME: add shortening support */, &handle_gns_response, call); GNUNET_assert (NULL != call->gns_lookup); return call; |