diff options
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |