From 5cdf264f937687aff194574f5fe2badb087337b8 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 10 Nov 2010 16:43:11 +0100 Subject: Fixes a bug related to implicit backbone on ABR. --- proto/ospf/ospf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 1ae83c1..34b0545 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -701,7 +701,7 @@ struct ospf_area { node n; u32 areaid; - struct ospf_area_config *ac; /* Related area config */ + struct ospf_area_config *ac; /* Related area config, might be NULL */ int origrt; /* Rt lsa origination scheduled? */ struct top_hash_entry *rt; /* My own router LSA */ struct top_hash_entry *pxr_lsa; /* Originated prefix LSA */ -- cgit v1.2.3