aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/conversation_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c
index c8289fe01..d30846d22 100644
--- a/src/conversation/conversation_api.c
+++ b/src/conversation/conversation_api.c
@@ -261,7 +261,7 @@ handle_caller_name (void *cls,
261 if (NULL == label) 261 if (NULL == label)
262 name = GNUNET_strdup (GNUNET_GNSRECORD_pkey_to_zkey (&caller->caller_id)); 262 name = GNUNET_strdup (GNUNET_GNSRECORD_pkey_to_zkey (&caller->caller_id));
263 else 263 else
264 GNUNET_asprintf (&name, "%.gnu", label); 264 GNUNET_asprintf (&name, "%s.gnu", label);
265 caller->caller_id_str = name; 265 caller->caller_id_str = name;
266 caller->state = CS_RINGING; 266 caller->state = CS_RINGING;
267 phone->event_handler (phone->event_handler_cls, 267 phone->event_handler (phone->event_handler_cls,