Changeset 16764


Ignore:
Timestamp:
Jul 7, 2001, 7:53:15 PM (24 years ago)
Author:
achimha
Message:

semaphore must be reset, not set (argh)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/wsock32/asyncapi.cpp

    r16762 r16764  
    1 /* $Id: asyncapi.cpp,v 1.11 2001-07-07 14:29:40 achimha Exp $ */
     1/* $Id: asyncapi.cpp,v 1.12 2001-07-07 17:53:15 achimha Exp $ */
    22
    33/*
     
    759759   }
    760760
    761    // post semaphore if present
     761   // reset event semaphore if present
    762762   if (hEvent)
    763763   {
    764764//      dprintf(("posting event semaphore 0x%x", hEvent));
    765       SetEvent(hEvent);
     765      ResetEvent(hEvent);
    766766   }
    767767
Note: See TracChangeset for help on using the changeset viewer.