]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_attr.c
bgpd: fix clang warning
authorVincent JARDIN <vincent.jardin@6wind.com>
Sun, 8 Oct 2017 23:18:09 +0000 (01:18 +0200)
committerVincent JARDIN <vincent.jardin@6wind.com>
Sun, 8 Oct 2017 23:22:02 +0000 (01:22 +0200)
commite4002056b8b7de774223b91e897da6ce0f15860a
tree2f0e1d55e8f4ec4cc9a109707630eb4cd15e9bba
parent40aa03ebded76a14fbbb81c84cd5ffe0ccc3ec8b
bgpd: fix clang warning

stlv_last is initialized with the loops. No need to reset it.
Its scope is local to the use with the loops.

Signed-off-by: Vincent Jardin <vincent.jardin@6wind.com>
bgpd/bgp_attr.c