Changeset 65427 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jan 24, 2017 3:32:26 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113040
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceTcp.cpp
r62872 r65427 100 100 static void utsTcpDisconnectClient(PUTSTRANSPORTCLIENT pClient) 101 101 { 102 if (pClient->hTcpClient == NIL_RTSOCKET)102 if (pClient->hTcpClient != NIL_RTSOCKET) 103 103 { 104 104 int rc = RTTcpServerDisconnectClient2(pClient->hTcpClient);
Note:
See TracChangeset
for help on using the changeset viewer.