]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r346898: ip multicast debug: fix strings vs defines
authormav <mav@FreeBSD.org>
Wed, 8 May 2019 15:24:05 +0000 (15:24 +0000)
committermav <mav@FreeBSD.org>
Wed, 8 May 2019 15:24:05 +0000 (15:24 +0000)
commit47d4d8386b6a3ff849744f1e16877b45d9a53e65
tree24c279780759fc95f99a8965e1ad7317dc78aca1
parent64a69414fdcfb5bb9ec0629fd61821667a82c131
MFC r346898: ip multicast debug: fix strings vs defines

Turning on multicast debug made multicast failure worse
because the strings and #define values no longer matched
up.  Fix them, and make sure they stay matched-up.
sys/netinet/in_mcast.c