]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: fix initialised vrf_id value never read
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 22 Jan 2018 12:46:20 +0000 (13:46 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 27 Feb 2018 10:11:24 +0000 (11:11 +0100)
commit0439cb9d9e15053181f0bf13e49c39d74ca37e50
treef7aaa1ae1ed7e149833d4da49a9c10731438b1e7
parentec31f30d28b65a4820a44ac658e677840ed6f88b
zebra: fix initialised vrf_id value never read

this is a static analysis performed by c-lang scan-build tool that
demonstrated this issue. This commit is handling the fix.

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