From b49e6f5a65d437cb7e7bdefe8397e0f550496012 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 25 Aug 2009 16:42:14 +0200 Subject: Temporary OSPFv3 development commit --- nest/a-path.c | 2 +- nest/rt-attr.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'nest') diff --git a/nest/a-path.c b/nest/a-path.c index dba214d..5aacf8f 100644 --- a/nest/a-path.c +++ b/nest/a-path.c @@ -298,7 +298,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) diff --git a/nest/rt-attr.c b/nest/rt-attr.c index 8daebae..de63198 100644 --- a/nest/rt-attr.c +++ b/nest/rt-attr.c @@ -71,7 +71,6 @@ ea__find(ea_list *e, unsigned id) while (e) { - /* if (e->flags & EALF_BISECT) { l = 0; @@ -89,7 +88,6 @@ ea__find(ea_list *e, unsigned id) } } else - */ for(m=0; mcount; m++) if (e->attrs[m].id == id) return &e->attrs[m]; -- cgit v1.2.3