Skip to content

Commit

Permalink
ospf6d : Preparing for ospf6d VRF support.
Browse files Browse the repository at this point in the history
1. Minor warning resolved.

Signed-off-by: Kaushik <kaushik@niralnetworks.com>
  • Loading branch information
KaushikNiral committed Sep 1, 2020
1 parent ffd223d commit 6cb6264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ospf6d/ospf6_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ static void __attribute__((noreturn)) ospf6_exit(int status)
vrf = vrf_lookup_by_id(ospf6->vrf_id);
ospf6_delete(ospf6);
ospf6 = NULL;
}
} else
vrf = vrf_lookup_by_id(VRF_DEFAULT);

bfd_gbl_exit();

Expand Down

0 comments on commit 6cb6264

Please sign in to comment.