]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - filter/f-util.c
tmp_attrs fixed.
[thirdparty/bird.git] / filter / f-util.c
index 2bc78737c3d09029769e7496ab8f8cd59b668b18..6a42b9d3ce3c602c3e75d28746c3959e6d218aec 100644 (file)
@@ -36,7 +36,7 @@ struct f_inst *
 f_new_dynamic_attr(int code)
 {
   struct f_inst *f = f_new_inst();
-  f->aux = T_INT;
+  f->aux = EAF_TYPE_INT | EAF_INLINE;
   f->a2.i = code;
   return f;
 }