VirtualBox

Changeset 23165 in vbox for trunk


Ignore:
Timestamp:
Sep 21, 2009 6:49:59 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52583
Message:

NAT: missed header initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/tcp_subr.c

    r23154 r23165  
    134134#endif
    135135        m->m_data += if_maxlinkhdr;
     136#ifndef VBOX_WITH_SLIRP_BSD_MBUF
     137        m->m_pkthdr.header = mtod(m, void *);
     138#endif
    136139        *mtod(m, struct tcpiphdr *) = *ti;
    137140        ti = mtod(m, struct tcpiphdr *);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette