Fix the compilation warning.
This commit is contained in:
parent
f301e0c8ed
commit
3df47d29ba
@ -668,7 +668,7 @@ found:
|
||||
*/
|
||||
if (mff || ip->ip_off) {
|
||||
ipstat.ips_fragments++;
|
||||
m->m_pkthdr.header = ip;
|
||||
m->m_pkthdr.header = (caddr_t)ip;
|
||||
#ifdef IPDIVERT
|
||||
m = ip_reass(m,
|
||||
fp, &ipq[sum], &divert_info, &divert_cookie);
|
||||
|
Loading…
x
Reference in New Issue
Block a user