diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-05-01 11:54:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-05-01 11:54:20 +0200 |
commit | 8f2f5bc2ee8ebf9b059b7b7e3104f25c5c363458 (patch) | |
tree | 6dad72e2c5b6b9e27d00b0ed51e072a5f87691e3 | |
parent | 8f0e0c9dfd1020c5a202cd1927054291c034ca20 (diff) |
fix perf_ return value
-rw-r--r-- | src/namestore/perf_namestore_api_zone_iteration.c | 1 |
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 8b5c53576c..220c3c495a 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) GNUNET_free (privkey); privkey = NULL; } - res = 1; } |