aboutsummaryrefslogtreecommitdiffstats
path: root/api/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/session.c')
-rw-r--r--api/session.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/session.c b/api/session.c
index ef65214..763dd83 100644
--- a/api/session.c
+++ b/api/session.c
@@ -154,7 +154,6 @@ out:
void WINAPI
WintunEndSession(_In_ TUN_SESSION *Session)
{
- SetEvent(Session->Descriptor.Send.TailMoved); // Wake the reader if it's sleeping.
DeleteCriticalSection(&Session->Send.Lock);
DeleteCriticalSection(&Session->Receive.Lock);
CloseHandle(Session->Handle);