Amd64/misc 64bit fixes (#236)
[reactos.git] / drivers / network / ndis / ndis / control.c
index 912edb4..7aa51ef 100644 (file)
@@ -261,7 +261,7 @@ NdisResetEvent(
  *     Event = Pointer to the initialized event object to be reset
  */
 {
-  KeResetEvent(&Event->Event);
+  KeClearEvent(&Event->Event);
 }
 
 
@@ -310,4 +310,3 @@ NdisWaitEvent(
 }
 
 /* EOF */
-