From: Christian Franke Date: Mon, 28 Apr 2014 08:04:59 +0000 (+0000) Subject: ospfd: clarify indentation and comments in ospf_lsa_maxage_delete X-Git-Tag: frr-2.0-rc1~1603 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8afee5c1729e56f74d27ceb1766bea9f943f060c;p=matthieu%2Ffrr.git ospfd: clarify indentation and comments in ospf_lsa_maxage_delete Signed-off-by: Christian Franke Acked-by: Feng Lu Signed-off-by: David Lamparter --- diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index 270c1ea216..369655163a 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -2915,9 +2915,9 @@ ospf_lsa_maxage_delete (struct ospf *ospf, struct ospf_lsa *lsa) UNSET_FLAG(lsa->flags, OSPF_LSA_IN_MAXAGE); ospf_lsa_unlock (&lsa); /* maxage_lsa */ rn->info = NULL; - route_unlock_node (rn); /* route_node_lookup */ + route_unlock_node (rn); /* unlock node because lsa is deleted */ } - route_unlock_node (rn); /* route_node_lookup */ + route_unlock_node (rn); /* route_node_lookup */ } }