mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Cleaned up mess with types in e,a and e,S. Dynamic attributes should
now work.
This commit is contained in:
@@ -24,7 +24,7 @@ struct f_inst *
|
||||
f_new_dynamic_attr(int type, int f_type, int code)
|
||||
{
|
||||
struct f_inst *f = f_new_inst();
|
||||
f->aux = f_type;
|
||||
f->aux = type;
|
||||
f->a2.i = code;
|
||||
return f;
|
||||
}
|
||||
|
Reference in New Issue
Block a user