aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
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;