commit 81bf3ebeb4a8310ccd117859a1dd9fbc7a8bca8f parent 5147993785a62bfb00e4bcea4b1ccd4e2287b425 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 17 Feb 2022 15:19:05 +0100 -fix bad choice during merge Diffstat:
| M | src/exchange/taler-exchange-httpd_keys.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c @@ -2819,7 +2819,7 @@ load_extension_data (const char *section_name, section_name, &meta->fees)) return GNUNET_SYSERR; - meta->age_restrictions = load_age_mask (section_name); + meta->age_mask = load_age_mask (section_name); return GNUNET_OK; }