]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Actually return the group peer
authorDonald Sharp <sharpd@nvidia.com>
Fri, 6 Nov 2020 01:42:03 +0000 (20:42 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 6 Nov 2020 01:44:31 +0000 (20:44 -0500)
commite5209541f2f425c25ef016be2cade323b327ea17
tree7e81b6fe7e9d7a836f9e40aba3c1e2e886a9066f
parent9f6c4d4d163f2260b399f9e81a20b92ef756cc1e
bgpd: Actually return the group peer

The code is returning the group peer data structure, which
is what is happening but we should not have assignment statements
in this return statement for a `struct peer *` return.

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