aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/test_auditordb.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-15 13:36:47 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-15 13:36:47 +0100
commit54b3a9e9305bd1edd2529e5d0b95cf6943026fc6 (patch)
tree345b4976b6bdaf37c3ab02fb0267e0b65169fc44 /src/auditordb/test_auditordb.c
parenta3db0d4a8c779609137e048bd6ee7c7e4a34901c (diff)
downloadexchange-54b3a9e9305bd1edd2529e5d0b95cf6943026fc6.tar.xz
add required rowid for diagnostics
Diffstat (limited to 'src/auditordb/test_auditordb.c')
-rw-r--r--src/auditordb/test_auditordb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auditordb/test_auditordb.c b/src/auditordb/test_auditordb.c
index 5f110865d..95e79bdb3 100644
--- a/src/auditordb/test_auditordb.c
+++ b/src/auditordb/test_auditordb.c
@@ -73,6 +73,7 @@ run (void *cls)
{
struct GNUNET_CONFIGURATION_Handle *cfg = cls;
struct TALER_AUDITORDB_Session *session;
+ uint64_t rowid;
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"loading database plugin\n");
@@ -303,6 +304,7 @@ run (void *cls)
session,
&reserve_pub,
&master_pub,
+ &rowid,
&reserve_balance2,
&withdraw_fee_balance2,
&date,