]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: fix static analysis with variable initialised never read
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 22 Jan 2018 15:06:58 +0000 (16:06 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 27 Feb 2018 10:11:24 +0000 (11:11 +0100)
commit7d206035d9a6dd1e66d5349f76d9c614fbac65f6
tree102e255cc7bd3c1ca9ff752345d5325d1682a80f
parente9e9b1150f0cea709ffffba1121ae216fbdbc2ca
ospfd: fix static analysis with variable initialised never read

the vrf identifier in the ospf_vrf_enable routine is never read, then
does not need to be initialised.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
ospfd/ospfd.c