commit | 7053d8176ce502aabe39bf167f01354654bde5df | [log] [tgz] |
---|---|---|
author | Denil Vira <denil@cumulusnetworks.com> | Thu Jul 23 06:52:18 2015 -0700 |
committer | Paul Jakma <paul@quagga.net> | Thu Sep 24 15:26:43 2015 +0100 |
tree | 95c7398ecd35ea875111cf896a78ed5038b62755 | |
parent | 3921cc54445417aa1ca22668063701a626e93098 [diff] |
bgpd: Fix useless call in bgpd/bgp_mplsvpn.c Coverity scan ID : 1302528. Calling "decode_label(pnt)" is only useful for its return value, which is ignored. Removed the call. Signed-off-by: Denil Vira <denil@cumulusnetworks.com>