aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-set-profiler.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/set/gnunet-set-profiler.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/set/gnunet-set-profiler.c')
-rw-r--r--src/set/gnunet-set-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/gnunet-set-profiler.c b/src/set/gnunet-set-profiler.c
index 18bea8d7c..20ff5dd0a 100644
--- a/src/set/gnunet-set-profiler.c
+++ b/src/set/gnunet-set-profiler.c
@@ -215,7 +215,7 @@ run (void *cls, char *const *args, const char *cfgfile,
215 215
216 config = cfg; 216 config = cfg;
217 217
218 if (GNUNET_OK != GNUNET_CRYPTO_get_host_identity (cfg, &local_peer)) 218 if (GNUNET_OK != GNUNET_CRYPTO_get_peer_identity (cfg, &local_peer))
219 { 219 {
220 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "could not retrieve host identity\n"); 220 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "could not retrieve host identity\n");
221 ret = 0; 221 ret = 0;