VirtualBox

Changeset 28790 in vbox for trunk/src/VBox/NetworkServices


Ignore:
Timestamp:
Apr 27, 2010 6:51:54 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60678
Message:

NAT service: compile fix

File:
1 edited

Legend:

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

    r28714 r28790  
    166166     * Initialize slirp.
    167167     */
    168     rc = slirp_init(&m_pNATState, m_Ipv4Address.u, m_Ipv4Netmask.u, m_fPassDomain, false, this);
     168    rc = slirp_init(&m_pNATState, m_Ipv4Address.u, m_Ipv4Netmask.u, m_fPassDomain, false, 0, this);
    169169    AssertReleaseRC(rc);
    170170
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