aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
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/consensus
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/consensus')
-rw-r--r--src/consensus/gnunet-service-consensus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/gnunet-service-consensus.c b/src/consensus/gnunet-service-consensus.c
index 765178b5e..74f758034 100644
--- a/src/consensus/gnunet-service-consensus.c
+++ b/src/consensus/gnunet-service-consensus.c
@@ -1265,7 +1265,7 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
1265 1265
1266 cfg = c; 1266 cfg = c;
1267 srv = server; 1267 srv = server;
1268 if (GNUNET_OK != GNUNET_CRYPTO_get_host_identity (cfg, &my_peer)) 1268 if (GNUNET_OK != GNUNET_CRYPTO_get_peer_identity (cfg, &my_peer))
1269 { 1269 {
1270 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "could not retrieve host identity\n"); 1270 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "could not retrieve host identity\n");
1271 GNUNET_break (0); 1271 GNUNET_break (0);