Changeset 38:40ce1c761f69 in vscpl for src/hu
- Timestamp:
- 12/15/22 19:12:50 (23 months ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hu/varadiistvan/scpl/io/_win32/TCPAcceptor.cc
r30 r38 47 47 bool result = false; 48 48 if (checkWaitedResult(result)) { 49 return result ;49 return result && !WSAInterface::get().isInvalidSocket(acceptedSocket); 50 50 } 51 51
Note:
See TracChangeset
for help on using the changeset viewer.