Changeset 31122 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 26, 2010 4:31:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/socket.cpp
r31121 r31122 270 270 fFlags |= O_NONBLOCK; 271 271 272 if (fcntl(pThis->hNative, F_SETFL, fFlags & ~O_NONBLOCK) == -1)272 if (fcntl(pThis->hNative, F_SETFL, fFlags) == -1) 273 273 rc = rtSocketError(); 274 274 }
Note:
See TracChangeset
for help on using the changeset viewer.