]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - filter/f-util.c
Line numbers for runtime errors (what's wrong with cvs? I could not
[thirdparty/bird.git] / filter / f-util.c
index ba6e777274c94e9b1cd0a601bdaa845891caefe8..e1824c5f2e0f80a3353b12736e31f9b81f70f195 100644 (file)
@@ -19,6 +19,7 @@ f_new_inst(void)
   ret = cfg_alloc(sizeof(struct f_inst));
   ret->code = ret->aux = 0;
   ret->arg1 = ret->arg2 = ret->next = NULL;
+  ret->lineno = conf_lino;
   return ret;
 }