1
0
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:
Pavel Machek
2000-04-17 14:12:02 +00:00
parent 74a7da482b
commit 0150e5211a
2 changed files with 11 additions and 9 deletions

View File

@@ -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;
}