aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r--src/datastore/test_datastore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c
index 03939cee3..26d0f1343 100644
--- a/src/datastore/test_datastore_api.c
+++ b/src/datastore/test_datastore_api.c
@@ -471,7 +471,7 @@ run (void *cls,
471 struct CpsRunContext *crc; 471 struct CpsRunContext *crc;
472 static struct GNUNET_HashCode zkey; 472 static struct GNUNET_HashCode zkey;
473 473
474 crc = GNUNET_malloc (sizeof (struct CpsRunContext)); 474 crc = GNUNET_new (struct CpsRunContext);
475 crc->cfg = cfg; 475 crc->cfg = cfg;
476 crc->phase = RP_PUT; 476 crc->phase = RP_PUT;
477 now = GNUNET_TIME_absolute_get (); 477 now = GNUNET_TIME_absolute_get ();