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)
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 18bea8d7c9..20ff5dd0a1 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,
config = cfg;
- if (GNUNET_OK != GNUNET_CRYPTO_get_host_identity (cfg, &local_peer))
+ if (GNUNET_OK != GNUNET_CRYPTO_get_peer_identity (cfg, &local_peer))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "could not retrieve host identity\n");
ret = 0;