diff options
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 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, &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; |