diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/dbdes.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index fb00695..2a7d13a 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -31,8 +31,6 @@ ospf_dbdes_tx(struct ospf_neighbor *n) u8 *aa,*bb; if((oa->rt==NULL)||(EMPTY_LIST(oa->lsal))) originate_rt_lsa(oa); - oa->origrt=0; - p=(struct proto *)(ifa->proto); |