aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/pq_common.c')
-rw-r--r--src/pq/pq_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pq/pq_common.c b/src/pq/pq_common.c
index 59ab85f1b..8b6f8f22c 100644
--- a/src/pq/pq_common.c
+++ b/src/pq/pq_common.c
@@ -28,6 +28,7 @@ TALER_PQ_make_taler_pq_amount_ (
uint32_t oid_f)
{
struct TALER_PQ_AmountP rval = {
+ .cnt = htonl (2),
.oid_v = htonl (oid_v),
.oid_f = htonl (oid_f),
.sz_v = htonl (sizeof((amount)->value)),