-fix bad choice during merge

This commit is contained in:
Christian Grothoff 2022-02-17 15:19:05 +01:00
parent 5147993785
commit 81bf3ebeb4
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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;
}