Skip to content

Commit 7438726

Browse files
ValerioNeriGitandreabac3
authored andcommitted
Fix event handler and process-thread switch
1 parent 9de5199 commit 7438726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/lib/events/windows_events.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BOOL WINAPI consoleHandler(DWORD signal) {
1010
int flagOne = 1;
1111
(*configs).reset_config = &flagOne;
1212
//shutdown(server, 2);
13-
closesocket(server);
13+
//closesocket(server);
1414
printf("End Ctrl-C handled\n");
1515

1616
}

0 commit comments

Comments
 (0)