diff options
Diffstat (limited to 'src/pq/pq_query_helper.c')
| -rw-r--r-- | src/pq/pq_query_helper.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c index 61887760..43b8374a 100644 --- a/src/pq/pq_query_helper.c +++ b/src/pq/pq_query_helper.c @@ -185,7 +185,7 @@ qconv_denom_pub (void *cls,    GNUNET_assert (scratch_length > 0);    GNUNET_break (NULL == cls);    be[0] = htonl ((uint32_t) denom_pub->cipher); -  be[1] = htonl (denom_pub->age_mask); +  be[1] = htonl (denom_pub->age_mask.mask);    switch (denom_pub->cipher)    {    case TALER_DENOMINATION_RSA: | 
