]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Check return from generic_set_add
authorDonald Sharp <sharpd@nvidia.com>
Wed, 6 Oct 2021 11:58:35 +0000 (07:58 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 6 Oct 2021 12:47:07 +0000 (08:47 -0400)
commit16b398fa5cf21757fd10fb49fb259cf27bc7c2dd
treeb00afbb56d9b5046eb01e6d10a2273430b6f2f7f
parent3f220bc814abeb11a17fad80f14c7ba79af67429
bgpd: Check return from generic_set_add

Coverity found a couple of spots where FRR was
ignoring the return code of generic_set_add.
Just follow the code pattern for the rest of
the usage in the code.

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