aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-fcfsd.c
diff options
context:
space:
mode:
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}