map_to_request() ignores it, and just uses map->op
continue;
}
- vp->op = map->op;
fr_pair_append(&head, vp);
/*
goto error;
}
- vp->op = map->op;
fr_pair_append(&head, vp);
if (map->op != T_OP_ADD_EQ) break; /* Create multiple attribute for multiple CONF_PAIRs */
return -1;
}
- vp->op = map->op;
fr_pair_append(out, vp);
return 0;
value;
fr_pair_append(out, vp), value = fr_dlist_next(&head, value)) {
MEM(vp = fr_pair_afrom_da(ctx, tmpl_da(map->lhs)));
- vp->op = map->op;
if (fr_value_box_steal(vp, &vp->data, value) < 0) {
RPEDEBUG("Copying data to attribute failed");
return -1;
}
- vp->op = map->op;
fr_pair_append(out, vp);
return 0;