da = dict_attr_alloc_null(dctx->dict->pool, dctx->dict->proto);
if (unlikely(da == NULL)) return -1;
dict_attr_location_set(dctx, da);
+ da->dict = dctx->dict;
/*
* Set the attribute flags from the base flags.
da = dict_attr_alloc_null(dctx->dict->pool, dctx->dict->proto);
if (unlikely(da == NULL)) return -1;
dict_attr_location_set(dctx, da);
+ da->dict = dctx->dict;
/*
* Set the attribute flags from the base flags.
da = dict_attr_alloc_null(dctx->dict->pool, dctx->dict->proto);
if (unlikely(da == NULL)) return -1;
dict_attr_location_set(dctx, da);
+ da->dict = dctx->dict;
if (unlikely(dict_attr_type_init(&da, FR_TYPE_STRUCT) < 0)) {
error: