renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identity
[oweals/gnunet.git] / src / conversation / gnunet-service-conversation.c
index 3b610c007f7a501e4411a47b8e847b89e1993b04..85bbc04816dc3422015d1d288ea105c6eec1a7d1 100644 (file)
@@ -1231,7 +1231,7 @@ run (void *cls,
 
   cfg = c;
   GNUNET_assert (GNUNET_OK ==
-                 GNUNET_CRYPTO_get_host_identity (cfg,
+                 GNUNET_CRYPTO_get_peer_identity (cfg,
                                                   &my_identity));
   mesh = GNUNET_MESH_connect (cfg,
                              NULL,