commit 3cdfdea8817ec550c2f02a8d67eed92bf54949bc
parent d678a0594df324bbc44901e8b2c5406853e638fb
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 1 Jul 2015 13:30:34 +0200
fix ftbfs
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/mintdb/test_mintdb.c b/src/mintdb/test_mintdb.c
@@ -249,6 +249,7 @@ run (void *cls,
session,
&reserve_pub,
&amount,
+ GNUNET_TIME_absolute_get (),
just));
json_decref (just);
FAILIF (GNUNET_OK !=
@@ -263,6 +264,7 @@ run (void *cls,
session,
&reserve_pub,
&amount,
+ GNUNET_TIME_absolute_get (),
just));
json_decref (just);
FAILIF (GNUNET_OK !=