Skip to content

Commit

Permalink
Merge pull request #1 from vishaldhingra/bug_fix
Browse files Browse the repository at this point in the history
bgpd: changes for crash seen in BGP on "no rt vpn" bug Id 2667
  • Loading branch information
vishaldhingra authored Jul 27, 2018
2 parents 4dbd617 + 37e6796 commit 38f423b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bgpd/bgp_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ static void bgp_info_extra_free(struct bgp_info_extra **extra)

if (bi->net)
bgp_unlock_node((struct bgp_node *)bi->net);
bi->net = NULL;
bgp_info_unlock(e->parent);
e->parent = NULL;
}
Expand Down

0 comments on commit 38f423b

Please sign in to comment.