Changeset 70206 in vbox for trunk/src/VBox/Runtime/r3/socket.cpp
- Timestamp:
- Dec 18, 2017 3:17:05 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119784
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/socket.cpp
r70205 r70206 558 558 */ 559 559 WSAEVENT hEvent = pThis->hEvent; 560 if (hEvent == WSA_INVALID_EVENT)560 if (hEvent != WSA_INVALID_EVENT) 561 561 { 562 562 pThis->hEvent = WSA_INVALID_EVENT;
Note:
See TracChangeset
for help on using the changeset viewer.