]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Ignore return code for str2prefix
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 May 2018 13:50:22 +0000 (09:50 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 May 2018 13:50:22 +0000 (09:50 -0400)
commit24f8bd87e58abd7ac2463d4026dc84a48e0cd19f
tree40857c84b0b638397c0b8f1f8578e05b10ed279f
parentc37e1f598b794c0a4f6b834c6be6642b9168fbbd
bgpd: Ignore return code for str2prefix

The call to str2prefix_rd when we get to this point of the
code cannot fail.  As such let's just ignore the return code.

Found by Coverity SA.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_rd.c