summaryrefslogtreecommitdiff
path: root/src/json/json_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/json/json_helper.c')
-rw-r--r--src/json/json_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index 4ec9a6982..4896fb598 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -253,7 +253,7 @@ parse_denom_pub (void *cls,
GNUNET_JSON_spec_string ("cipher",
&cipher),
GNUNET_JSON_spec_uint32 ("age_mask",
- &denom_pub->age_mask.mask),
+ &denom_pub->age_mask.bits),
GNUNET_JSON_spec_end ()
};
const char *emsg;