summaryrefslogtreecommitdiffstats
path: root/nest/a-path.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-08-27 19:01:04 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-08-27 19:01:04 +0200
commit05198c12f48c9d4a65ee6d1d4117bd8067a71131 (patch)
tree1e2ad34f41df5cec921ea7f4757a4ce3012aa34f /nest/a-path.c
parent949bd34e81ee99370decdabefa51c9c11ffe915b (diff)
downloadbird-05198c12f48c9d4a65ee6d1d4117bd8067a71131.tar
bird-05198c12f48c9d4a65ee6d1d4117bd8067a71131.zip
Some cleanups.
Diffstat (limited to 'nest/a-path.c')
-rw-r--r--nest/a-path.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nest/a-path.c b/nest/a-path.c
index 0a4bf82..19d61f0 100644
--- a/nest/a-path.c
+++ b/nest/a-path.c
@@ -13,6 +13,7 @@
#include "lib/resource.h"
#include "lib/unaligned.h"
#include "lib/string.h"
+#include "filter/filter.h"
/* Global AS4 support, shared by all BGP instances.
@@ -304,7 +305,7 @@ parse_path(struct adata *path, struct pm_pos *pos)
u8 *p = path->data;
u8 *q = p + path->length;
struct pm_pos *opos = pos;
- int i, j, len;
+ int i, len;
while (p < q)