aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-17 12:39:30 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-17 12:39:30 +0000
commit9de190ef8975f525d2e841e6658e344e771e1a19 (patch)
tree7369a282234f4551db1824e894d91226fea2ab12 /src/datastore
parentf626c714e478e6075df80a7112fd58f9c76a44ef (diff)
downloadgnunet-9de190ef8975f525d2e841e6658e344e771e1a19.tar.gz
gnunet-9de190ef8975f525d2e841e6658e344e771e1a19.zip
typo
Diffstat (limited to 'src/datastore')
-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 89b829d7f..beaafbd63 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -213,7 +213,7 @@ run_continuation (void *cls,
213 case RP_PUT: 213 case RP_PUT:
214 memset (&crc->key, 256 - crc->i, sizeof (GNUNET_HashCode)); 214 memset (&crc->key, 256 - crc->i, sizeof (GNUNET_HashCode));
215 215
216 GNUNET_assert (GNUNET_OK == putValue (j, i)); 216 GNUNET_assert (GNUNET_OK == putValue (crc->j, crc->i));
217 GNUNET_DATASTORE_put (datastore, 217 GNUNET_DATASTORE_put (datastore,
218 0, 218 0,
219 &crc->key, 219 &crc->key,