VirtualBox

Changeset 48242 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 3, 2013 2:39:49 AM (11 years ago)
Author:
vboxsync
Message:

Oops, use sin_len/sin6_len instead of sa_len.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp

    r48241 r48242  
    709709    m_src6.sin6_family = AF_INET6;
    710710#if HAVE_SA_LEN
    711     m_src4.sa_len = sizeof(m_src4);
    712     m_src6.sa_len = sizeof(m_src6);
     711    m_src4.sin_len = sizeof(m_src4);
     712    m_src6.sin6_len = sizeof(m_src6);
    713713#endif
    714714
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