aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-01 11:54:20 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-01 11:54:20 +0200
commit8f2f5bc2ee8ebf9b059b7b7e3104f25c5c363458 (patch)
tree6dad72e2c5b6b9e27d00b0ed51e072a5f87691e3 /src
parent8f0e0c9dfd1020c5a202cd1927054291c034ca20 (diff)
downloadgnunet-8f2f5bc2ee8ebf9b059b7b7e3104f25c5c363458.tar.gz
gnunet-8f2f5bc2ee8ebf9b059b7b7e3104f25c5c363458.zip
fix perf_ return value
Diffstat (limited to 'src')
-rw-r--r--src/namestore/perf_namestore_api_zone_iteration.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/namestore/perf_namestore_api_zone_iteration.c b/src/namestore/perf_namestore_api_zone_iteration.c
index 8b5c53576..220c3c495 100644
--- a/src/namestore/perf_namestore_api_zone_iteration.c
+++ b/src/namestore/perf_namestore_api_zone_iteration.c
@@ -119,7 +119,6 @@ end (void *cls)
119 GNUNET_free (privkey); 119 GNUNET_free (privkey);
120 privkey = NULL; 120 privkey = NULL;
121 } 121 }
122 res = 1;
123} 122}
124 123
125 124