]> git.puffer.fish Git - matthieu/frr.git/commit
lib, bgpd: smux_trap return code is never used
authorDonald Sharp <sharpd@nvidia.com>
Sun, 14 Feb 2021 21:18:39 +0000 (16:18 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 14 Feb 2021 21:18:39 +0000 (16:18 -0500)
commit97e21b4bd83332cb58ac0ca86057762c9c41f4f8
treef33ea197702d0eec9161c3501961481d9cb59561
parent227b6af0d7b85c76cb0b5963a31b52fe6afd1622
lib, bgpd: smux_trap return code is never used

The return code from smux_trap is never used.  If we have
never used it after all this time.  Remove the return from
the function.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_snmp.c
lib/agentx.c
lib/smux.h