conncheck: fix a buggy state transition
The previous patch handling tcp disconnections forgot a case when the selected pair is removed, while in state ready, and in that situation, we should not jump back to connecting state, but fail instead. Just like we did at the beginning of the function.
Showing
Please register or sign in to comment