Changeset 50484 in vbox
- Timestamp:
- Feb 17, 2014 3:31:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r50483 r50484 1252 1252 1253 1253 int rc = netPfStrToPf(com::Utf8Str(rules[idxRules]).c_str(), 1254 1254 fIsIPv6, &Rule.Pfr); 1255 1255 if (RT_FAILURE(rc)) 1256 1256 continue;
Note:
See TracChangeset
for help on using the changeset viewer.