Skip to content
Snippets Groups Projects
Commit 475eefae authored by deuce's avatar deuce
Browse files

More emu removal.

parent 20510f78
Branches
Tags
No related merge requests found
......@@ -34,7 +34,6 @@ void telnet_input_thread(void *args)
SetThreadName("Telnet Input");
conn_api.input_thread_running=1;
free(args);
while(telnet_sock != INVALID_SOCKET && !conn_api.terminate) {
FD_ZERO(&rds);
FD_SET(telnet_sock, &rds);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment