Changeset 47950 in vbox
- Timestamp:
- Aug 21, 2013 8:17:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r47948 r47950 778 778 memcpy(pFwCopy, &natPf.FWSpec, sizeof(fwspec)); 779 779 780 lrc = portfwd_rule_add( &natPf.FWSpec);780 lrc = portfwd_rule_add(pFwCopy); 781 781 782 782 AssertReturn(!lrc, VERR_IGNORED);
Note:
See TracChangeset
for help on using the changeset viewer.