mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Attribute type hack.
This commit is contained in:
parent
10a5360886
commit
66d573d490
@ -24,7 +24,7 @@ struct f_inst *
|
|||||||
f_new_dynamic_attr(int type, int code)
|
f_new_dynamic_attr(int type, int code)
|
||||||
{
|
{
|
||||||
struct f_inst *f = f_new_inst();
|
struct f_inst *f = f_new_inst();
|
||||||
f->aux = type;
|
f->aux = T_PATH; /* type; HACK!!! */
|
||||||
f->a2.i = code;
|
f->a2.i = code;
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user