diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-04-16 17:21:26 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-04-16 17:21:26 +0200 |
commit | 62afe341b7c6d4c33faea3d913b8322738258e8a (patch) | |
tree | 524a59a74f3926557e11a5b063aae32d3834def1 /src/exchangedb/test_exchangedb.c | |
parent | 4d4ac495a4cca70d7ac14d01d0a0088f86e82ba1 (diff) |
fix #4984
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r-- | src/exchangedb/test_exchangedb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c index f3a5adcb8..330380d31 100644 --- a/src/exchangedb/test_exchangedb.c +++ b/src/exchangedb/test_exchangedb.c @@ -1823,12 +1823,14 @@ run (void *cls) session)); { struct TALER_MasterSignatureP msig; + uint64_t rev_rowid; FAILIF (GNUNET_OK != plugin->get_denomination_revocation (plugin->cls, session, &dkp_pub_hash, - &msig)); + &msig, + &rev_rowid)); FAILIF (0 != memcmp (&msig, &master_sig, sizeof (msig))); |