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

Fix poll of INVALID_SOCKET when ;SPY is used.

parent 06134b92
No related branches found
No related tags found
No related merge requests found
......@@ -1000,7 +1000,7 @@ void input_thread(void *arg)
}
}
else {
if(curr_socket==sbbs->client_socket)
if(curr_socket==sbbs->client_socket && spy_socket[sbbs->cfg.node_num]==spy_insock)
curr_socket=spy_insock;
else
curr_socket=sbbs->client_socket;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment