Changeset 49109 in vbox
- Timestamp:
- Oct 15, 2013 8:54:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r49102 r49109 321 321 r.Pfr.u16PfrHostPort = (uint16_t)lHostPort; 322 322 323 RTStrPrintf(r.Pfr.aszPfr HostAddr, RT_ELEMENTS(r.Pfr.aszPfrGuestAddr),323 RTStrPrintf(r.Pfr.aszPfrGuestAddr, RT_ELEMENTS(r.Pfr.aszPfrGuestAddr), 324 324 "%s", 325 com::Utf8Str(str HostAddr).c_str());325 com::Utf8Str(strGuestAddr).c_str()); 326 326 327 327 /* XXX: limits should be checked */
Note:
See TracChangeset
for help on using the changeset viewer.