Remove unnecessary setup of the m->pkthdr.header pointer.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
46cd7f807a
commit
11493fb48f
@ -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