Diff for /embedaddon/bird/proto/ospf/topology.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2017/08/22 12:33:54 version 1.1.1.2, 2021/03/17 19:50:23
Line 404  ospf_refresh_lsa(struct ospf_proto *p, struct top_hash Line 404  ospf_refresh_lsa(struct ospf_proto *p, struct top_hash
 void  void
 ospf_flush_lsa(struct ospf_proto *p, struct top_hash_entry *en)  ospf_flush_lsa(struct ospf_proto *p, struct top_hash_entry *en)
 {  {
     en->nf = NULL;
   
   if (en->next_lsa_body)    if (en->next_lsa_body)
   {    {
     mb_free(en->next_lsa_body);      mb_free(en->next_lsa_body);

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>