Ignore:
Timestamp:
Feb 20, 2002, 5:08:03 PM (24 years ago)
Author:
sandervl
Message:

wrong socket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/wsock32.cpp

    r7977 r7979  
    1 /* $Id: wsock32.cpp,v 1.47 2002-02-20 15:07:14 sandervl Exp $ */
     1/* $Id: wsock32.cpp,v 1.48 2002-02-20 16:08:03 sandervl Exp $ */
    22
    33/*
     
    550550        //with the same parameters for the new socket (see docs)
    551551        if(QueryAsyncEvent(s, &mode, &notifyHandle, &notifyData, &lEvent) == TRUE) {
    552                 if(WSAAsyncSelectWorker(s, mode, notifyHandle, notifyData, lEvent) == SOCKET_ERROR) {
     552                if(WSAAsyncSelectWorker(ret, mode, notifyHandle, notifyData, lEvent) == SOCKET_ERROR) {
    553553                        ret = SOCKET_ERROR;
    554554                }
Note: See TracChangeset for help on using the changeset viewer.