mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Remove unnecessary setup of the m->pkthdr.header pointer.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
df3a21692b
commit
edb159e1ea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254831
@ -390,7 +390,6 @@ fddi_input(ifp, m)
|
||||
goto dropanyway;
|
||||
}
|
||||
fh = mtod(m, struct fddi_header *);
|
||||
m->m_pkthdr.header = (void *)fh;
|
||||
|
||||
/*
|
||||
* Discard packet if interface is not up.
|
||||
|
@ -476,7 +476,6 @@ iso88025_input(ifp, m)
|
||||
goto dropanyway;
|
||||
}
|
||||
th = mtod(m, struct iso88025_header *);
|
||||
m->m_pkthdr.header = (void *)th;
|
||||
|
||||
/*
|
||||
* Discard packet if interface is not up.
|
||||
|
Loading…
Reference in New Issue
Block a user