aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-fcfsd.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-24 18:22:10 +0000
committerng0 <ng0@n0.is>2019-11-24 18:22:10 +0000
commit330adf7006c7d2cd36723e0df8888e4afc8ac77a (patch)
tree46f54423904d6c7d9bf3e7f58be9a414d6aadb5d /src/namestore/gnunet-namestore-fcfsd.c
parent52ece4ab06393aafce029f50afbee2ce1aa877d8 (diff)
parentd17a17ea785f91c18b5694eab3372c4e4564d95e (diff)
downloadgnunet-330adf7006c7d2cd36723e0df8888e4afc8ac77a.tar.gz
gnunet-330adf7006c7d2cd36723e0df8888e4afc8ac77a.zip
Merge branch 'master' of gnunet.org:gnunet
Diffstat (limited to 'src/namestore/gnunet-namestore-fcfsd.c')
-rw-r--r--src/namestore/gnunet-namestore-fcfsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-namestore-fcfsd.c b/src/namestore/gnunet-namestore-fcfsd.c
index ca9f6ed0e..fa0f835d1 100644
--- a/src/namestore/gnunet-namestore-fcfsd.c
+++ b/src/namestore/gnunet-namestore-fcfsd.c
@@ -1209,7 +1209,7 @@ main (int argc,
1209 "GNU Name System First Come First Serve name registration service"), 1209 "GNU Name System First Come First Serve name registration service"),
1210 options, 1210 options,
1211 &run, NULL)) ? 0 : 1; 1211 &run, NULL)) ? 0 : 1;
1212 GNUNET_free ((void*) argv); 1212 GNUNET_free ((void *) argv);
1213 GNUNET_CRYPTO_ecdsa_key_clear (&fcfs_zone_pkey); 1213 GNUNET_CRYPTO_ecdsa_key_clear (&fcfs_zone_pkey);
1214 return ret; 1214 return ret;
1215} 1215}