git: staged net/ip_mroute: Remove unnecessary m_len/m_pkthdr.len assignments
Aaron LI
aly at crater.dragonflybsd.org
Fri Dec 22 00:31:26 PST 2023
commit b6ba15c4bfb4ae1e5f3d1a34680621377d910c45
Author: Aaron LI <aly at aaronly.me>
Date: Thu Dec 21 10:16:38 2023 +0800
net/ip_mroute: Remove unnecessary m_len/m_pkthdr.len assignments
The 'm_len' and 'm_pkthdr.len' are already set to 0 by m_gethdr().
Summary of changes:
sys/net/ip_mroute/ip_mroute.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b6ba15c4bfb4ae1e5f3d1a34680621377d910c45
--
DragonFly BSD source repository
More information about the Commits
mailing list