aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index 9d47dfa9c..859f8498c 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -129,8 +129,7 @@ static struct GNUNET_PeerIdentity me;
129 129
130static void 130static void
131core_init (void *cls, struct GNUNET_CORE_Handle *server, 131core_init (void *cls, struct GNUNET_CORE_Handle *server,
132 const struct GNUNET_PeerIdentity *my_identity, 132 const struct GNUNET_PeerIdentity *my_identity)
133 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *publicKey)
134{ 133{
135 me = *my_identity; 134 me = *my_identity;
136} 135}