aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation.c')
-rw-r--r--src/conversation/gnunet-conversation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c
index d2122d104..5acdb3812 100644
--- a/src/conversation/gnunet-conversation.c
+++ b/src/conversation/gnunet-conversation.c
@@ -244,7 +244,7 @@ start_phone ()
244 GNUNET_CONVERSATION_phone_get_record (phone, 244 GNUNET_CONVERSATION_phone_get_record (phone,
245 &rd); 245 &rd);
246 GNUNET_free_non_null (address); 246 GNUNET_free_non_null (address);
247 address = GNUNET_NAMESTORE_value_to_string (rd.record_type, 247 address = GNUNET_GNSRECORD_value_to_string (rd.record_type,
248 rd.data, 248 rd.data,
249 rd.data_size); 249 rd.data_size);
250 if (verbose) 250 if (verbose)