Changeset 69046 in vbox for trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp
- Timestamp:
- Oct 11, 2017 4:11:23 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118325
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp
r64366 r69046 742 742 case TXSTCPOPT_LEGACY_CONNECT: 743 743 g_enmTcpMode = TXSTCPMODE_CLIENT; 744 /* fall thru */744 RT_FALL_THRU(); 745 745 case TXSTCPOPT_CONNECT_ADDRESS: 746 746 rc = RTStrCopy(g_szTcpConnectAddr, sizeof(g_szTcpConnectAddr), pVal->psz);
Note:
See TracChangeset
for help on using the changeset viewer.