VirtualBox

Changeset 34087 in vbox


Ignore:
Timestamp:
Nov 15, 2010 6:20:20 PM (14 years ago)
Author:
vboxsync
Message:

NAT: typo.

File:
1 edited

Legend:

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

    r30370 r34087  
    114114    DEBUG_ARG("m = %lx", (long)m);
    115115    ip = mtod(m, struct ip *);
    116     Log2(("ip_dst=%R[IP4](len:%d) m_len = %d", &ip->ip_dst, RT_N2H_U16(ip->ip_len), m->m_len));
    117116    Log2(("ip_dst=%R[IP4](len:%d) m_len = %d\n", &ip->ip_dst, RT_N2H_U16(ip->ip_len), m->m_len));
    118117
Note: See TracChangeset for help on using the changeset viewer.

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