aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_datastore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-15 13:35:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-15 13:35:14 +0000
commit2aa54b413db70a100ebac53154e881cc9aadce63 (patch)
treec213a6bff078a43439043ee8d04985d9f405016d /src/datastore/perf_datastore_api.c
parent83250d05b7a67c36350d7c1a8d6a7aacbfdcd316 (diff)
downloadgnunet-2aa54b413db70a100ebac53154e881cc9aadce63.tar.gz
gnunet-2aa54b413db70a100ebac53154e881cc9aadce63.zip
maybe
Diffstat (limited to 'src/datastore/perf_datastore_api.c')
-rw-r--r--src/datastore/perf_datastore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index 07f856b23..f61b984b8 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -127,7 +127,7 @@ check_success (void *cls,
127 stored_ops++; 127 stored_ops++;
128 stored_entries++; 128 stored_entries++;
129 crc->j++; 129 crc->j++;
130 if (crc->j == PUT_10) 130 if (crc->j >= PUT_10)
131 { 131 {
132 crc->j = 0; 132 crc->j = 0;
133 crc->i++; 133 crc->i++;