Changeset 21656 for trunk/src/wsock32/asyncapi.cpp
- Timestamp:
- Jun 27, 2011, 5:14:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/asyncapi.cpp
r10428 r21656 747 747 return NO_ERROR; 748 748 } 749 if(lEventMask == 0) { 750 // it's a call to cancel the non-existing association on this socket, 751 // return shortly (existing associations are canceled by the "if" above) 752 WSASetLastError(NO_ERROR); 753 return NO_ERROR; 754 } 755 749 756 pThreadParm = (PASYNCTHREADPARM)malloc(sizeof(ASYNCTHREADPARM)); 750 757 if(pThreadParm == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.