diff --git a/src/aio/usock_posix.inc b/src/aio/usock_posix.inc index a74886aa1..ef9cb1634 100644 --- a/src/aio/usock_posix.inc +++ b/src/aio/usock_posix.inc @@ -855,7 +855,7 @@ error: /* stopping the usock. */ /******************************************************************************/ case NN_USOCK_STATE_DONE: - nn_fsm_bad_source (usock->state, src, type); + return; /******************************************************************************/ /* LISTENING state. */