File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2258,7 +2258,7 @@ WSPConnectEx(
22582258 */
22592259 if (Socket -> SharedData -> AsyncEvents & FD_CONNECT )
22602260 {
2261- Socket -> SharedData -> AsyncDisabledEvents |= FD_CONNECT | FD_WRITE ;
2261+ Socket -> SharedData -> AsyncDisabledEvents |= ( FD_CONNECT | FD_WRITE ) ;
22622262 }
22632263
22642264 IOSB = (PIO_STATUS_BLOCK )lpOverlapped ;
@@ -3095,10 +3095,10 @@ MsafdUpdateConnectionContext(
30953095 SockReenableAsyncSelectEvent (Socket , FD_CONNECT );
30963096
30973097 Socket -> HelperData -> WSHNotify (Socket -> HelperContext ,
3098- Socket -> Handle ,
3099- Socket -> TdiAddressHandle ,
3100- Socket -> TdiConnectionHandle ,
3101- WSH_NOTIFY_CONNECT );
3098+ Socket -> Handle ,
3099+ Socket -> TdiAddressHandle ,
3100+ Socket -> TdiConnectionHandle ,
3101+ WSH_NOTIFY_CONNECT );
31023102 }
31033103
31043104 NtClose (SockEvent );
You can’t perform that action at this time.
0 commit comments