]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: SO_PEERCRED is a getsockopt call
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 9 Oct 2019 17:50:42 +0000 (13:50 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 6 Mar 2020 21:03:52 +0000 (16:03 -0500)
commitfa696b37276b7c396e55aba1a55b0b7441af14e9
tree656366b48d3322d4ed1ef2f37f10368563d6f666
parent22c35834ea43ebec121c0c042bbb2ef3b6e25591
zebra: SO_PEERCRED is a getsockopt call

This code is effectively dead code.  SO_PEERCRED is a getsockopt
call not *setsockopt* call.  Additionally we are not doing
anything with the failed setsockopt call at all.

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