VirtualBox

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


Ignore:
Timestamp:
Mar 11, 2015 6:00:52 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98888
Message:

NetworkServices: fixed parameter when executing VMMR0_DO_INTNET_IF_CLOSE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp

    r54700 r54722  
    183183            CloseReq.hIf = m->m_hIf;
    184184            m->m_hIf = INTNET_HANDLE_INVALID;
    185             int rc = SUPR3CallVMMR0Ex(NIL_RTR0PTR, NIL_RTCPUID, VMMR0_DO_INTNET_IF_CLOSE, 0, &CloseReq.Hdr);
     185            int rc = SUPR3CallVMMR0Ex(NIL_RTR0PTR, NIL_VMCPUID, VMMR0_DO_INTNET_IF_CLOSE, 0, &CloseReq.Hdr);
    186186            AssertRC(rc);
    187187        }
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