VirtualBox

Changeset 48873 in vbox for trunk/src


Ignore:
Timestamp:
Oct 4, 2013 4:02:00 AM (11 years ago)
Author:
vboxsync
Message:

VBoxNetLwipNAT::HandleEvent: pfEvt->COMGETTER(HostPort -> GuestPort)(&lGuestPort);

File:
1 edited

Legend:

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

    r48482 r48873  
    231231            AssertReturn(SUCCEEDED(hrc), hrc);
    232232
    233             hrc = pfEvt->COMGETTER(HostPort)(&lGuestPort);
     233            hrc = pfEvt->COMGETTER(GuestPort)(&lGuestPort);
    234234            AssertReturn(SUCCEEDED(hrc), hrc);
    235235         
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