]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix useless call in bgpd/bgp_mplsvpn.c
authorDenil Vira <denil@cumulusnetworks.com>
Thu, 23 Jul 2015 13:52:18 +0000 (06:52 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 May 2016 00:34:57 +0000 (20:34 -0400)
commita3da12a80c21edf9db000c6458c351148adae8ae
tree70698a100c3f849db1ba37408e9a30ea9def7443
parentb623cda4f1485dd16da0bfc5f9a8ae931360b6eb
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>
(cherry picked from commit 7053d8176ce502aabe39bf167f01354654bde5df)
bgpd/bgp_mplsvpn.c