Changeset 97087 in vbox for trunk/src/VBox/NetworkServices/NAT
- Timestamp:
- Oct 11, 2022 10:18:10 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154040
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r97079 r97087 484 484 /* connect to the intnet */ 485 485 rc = IntNetR3IfCreate(&m_hIf, m_strNetworkName.c_str()); 486 if (RT_ FAILURE(rc))487 r eturn rc;486 if (RT_SUCCESS(rc)) 487 rc = IntNetR3IfSetActive(m_hIf, true /*fActive*/); 488 488 489 489 LogFlowFuncLeaveRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.