]> git.proxmox.com Git - mirror_frr.git/commit - babeld/babel_main.c
scan-build: cleanup some warnings
authorVincent JARDIN <vincent.jardin@6wind.com>
Wed, 27 Sep 2017 21:38:19 +0000 (23:38 +0200)
committerVincent JARDIN <vincent.jardin@6wind.com>
Mon, 2 Oct 2017 07:14:03 +0000 (09:14 +0200)
commitc31a793b486d0bc34e498fdf703fd7120afbecf0
tree12f3ff902c5248f8515ed66eee780bfc11ef4c53
parent80a5a11bb13e572d05d197526e243c5889ddf39e
scan-build: cleanup some warnings

Current cleanup is for unset values or variables that are not used anymore.

Regarding ospfd/ospf_vty.c: argv_find()
  we'll never get it NULL, so get coststr = argv[idx]->arg;
babeld/babel_main.c
lib/zclient.c
ospfd/ospf_vty.c
pimd/pim_nht.c
zebra/zebra_rnh.c