aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 09:35:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 09:35:52 +0000
commitb0f956058355ea7e96a7d3022b08dd951acd99a5 (patch)
tree69bef96ace98558a843366251424dc6d9fb16cb8 /src/conversation/conversation_api.c
parent99ba3c2b1294b890671d0d7d6e4319be70bee5a0 (diff)
downloadgnunet-b0f956058355ea7e96a7d3022b08dd951acd99a5.tar.gz
gnunet-b0f956058355ea7e96a7d3022b08dd951acd99a5.zip
renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identity
Diffstat (limited to 'src/conversation/conversation_api.c')
-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 9755a3cf0..11eb2b7e7 100644
--- a/src/conversation/conversation_api.c
+++ b/src/conversation/conversation_api.c
@@ -415,7 +415,7 @@ GNUNET_CONVERSATION_phone_create (const struct GNUNET_CONFIGURATION_Handle *cfg,
415 return NULL; 415 return NULL;
416 phone = GNUNET_new (struct GNUNET_CONVERSATION_Phone); 416 phone = GNUNET_new (struct GNUNET_CONVERSATION_Phone);
417 if (GNUNET_OK != 417 if (GNUNET_OK !=
418 GNUNET_CRYPTO_get_host_identity (cfg, 418 GNUNET_CRYPTO_get_peer_identity (cfg,
419 &phone->my_record.peer)) 419 &phone->my_record.peer))
420 { 420 {
421 GNUNET_break (0); 421 GNUNET_break (0);