]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r346898: ip multicast debug: fix strings vs defines
authorAlexander Motin <mav@FreeBSD.org>
Wed, 8 May 2019 15:23:45 +0000 (15:23 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Wed, 8 May 2019 15:23:45 +0000 (15:23 +0000)
commit274dcea7dd019a5b0266480d02814c758d271cba
tree39848fa549f50d43c05dce50e0007faea8d0b953
parenta5c9385479d564030cd71828030bae4674e14d4b
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