aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore.c
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 11:55:04 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 11:55:04 +0200
commitb089b3c07cb9a38f18e58225d93e1335f24ced17 (patch)
tree8df17078d46333d25140a72e4e9c3719085465f7 /src/namestore/gnunet-namestore.c
parent331a6079913db5e630c113b0e022c9587499d177 (diff)
downloadgnunet-b089b3c07cb9a38f18e58225d93e1335f24ced17.tar.gz
gnunet-b089b3c07cb9a38f18e58225d93e1335f24ced17.zip
introduce have_rest; fix warnings
Diffstat (limited to 'src/namestore/gnunet-namestore.c')
-rw-r--r--src/namestore/gnunet-namestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 508566a49..3514f4fd9 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -1265,7 +1265,7 @@ run_with_zone_pkey (const struct GNUNET_CONFIGURATION_Handle *cfg)
1265 * @param ego an ego known to identity service, or NULL 1265 * @param ego an ego known to identity service, or NULL
1266 */ 1266 */
1267static void 1267static void
1268identity_cb (void *cls, const struct GNUNET_IDENTITY_Ego *ego) 1268identity_cb (void *cls, struct GNUNET_IDENTITY_Ego *ego)
1269{ 1269{
1270 const struct GNUNET_CONFIGURATION_Handle *cfg = cls; 1270 const struct GNUNET_CONFIGURATION_Handle *cfg = cls;
1271 1271