mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +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)
|
||||
{
|
||||
struct f_inst *f = f_new_inst();
|
||||
f->aux = type;
|
||||
f->aux = T_PATH; /* type; HACK!!! */
|
||||
f->a2.i = code;
|
||||
return f;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user