summaryrefslogtreecommitdiffstats
path: root/filter/filter.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-11-25 14:42:49 +0100
committerPavel Machek <pavel@ucw.cz>1999-11-25 14:42:49 +0100
commit4aa885a53c479c774aab5befe55a1714b89cdc9e (patch)
treecddad84a7aa1344342e113600d6ae23cb9423dea /filter/filter.c
parent7e61cac325aae2628d668673f60853608e072e66 (diff)
downloadbird-4aa885a53c479c774aab5befe55a1714b89cdc9e.tar
bird-4aa885a53c479c774aab5befe55a1714b89cdc9e.zip
Filters: fix rta access to use ->aux field.
Diffstat (limited to 'filter/filter.c')
-rw-r--r--filter/filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter.c b/filter/filter.c
index 3358741..9c2bfe8 100644
--- a/filter/filter.c
+++ b/filter/filter.c
@@ -313,7 +313,7 @@ interpret(struct f_inst *what)
break;
}
default:
- bug( "Invalid type for rta access" );
+ bug( "Invalid type for rta access (%x)\n" );
}
}
break;