goto error;
}
new->op = map->op;
+ new->tag = map->lhs->tmpl_tag;
*out = new;
break;
goto error;
}
new->op = map->op;
+ new->tag = map->lhs->tmpl_tag;
*out = new;
break;
goto error;
}
new->op = map->op;
+ new->tag = map->lhs->tmpl_tag;
*out = new;
break;
}
new->op = map->op;
+ new->tag = map->lhs->tmpl_tag;
fr_cursor_insert(&to, new);
}
return 0;
for (; vp; vp = fr_cursor_next(&from)) {
vp->da = map->lhs->tmpl_da;
vp->op = map->op;
+ vp->tag = map->lhs->tmpl_tag;
}
*out = found;
}
new->vp_length = len;
new->op = map->op;
+ new->tag = map->lhs->tmpl_tag;
*out = new;
VERIFY_MAP(map);