- Timestamp:
- Oct 4, 2013 4:02:00 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r48482 r48873 231 231 AssertReturn(SUCCEEDED(hrc), hrc); 232 232 233 hrc = pfEvt->COMGETTER( HostPort)(&lGuestPort);233 hrc = pfEvt->COMGETTER(GuestPort)(&lGuestPort); 234 234 AssertReturn(SUCCEEDED(hrc), hrc); 235 235
Note:
See TracChangeset
for help on using the changeset viewer.