Changeset 47948 in vbox for trunk/src/VBox
- Timestamp:
- Aug 21, 2013 8:15:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r47877 r47948 848 848 Log(("%d-rule: %ls\n", idxRules, rules[idxRules])); 849 849 NATSEVICEPORTFORWARDRULE Rule; 850 RT_ZERO(Rule); 850 851 rc = netPfStrToPf(com::Utf8Str(rules[idxRules]).c_str(), 0, &Rule.Pfr); 851 852 AssertRC(rc); 852 natServicePfRegister(Rule);853 m_vecPortForwardRule4.push_back(Rule); 853 854 } 854 855 … … 862 863 NATSEVICEPORTFORWARDRULE Rule; 863 864 netPfStrToPf(com::Utf8Str(rules[idxRules]).c_str(), 1, &Rule.Pfr); 864 natServicePfRegister(Rule);865 m_vecPortForwardRule4.push_back(Rule); 865 866 } 866 867 } /* if (!fDontLoadRulesOnStartup) */
Note:
See TracChangeset
for help on using the changeset viewer.