Skip to content

Commit

Permalink
fixes nanomsg#663 fix for nanomsg#603 incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Apr 21, 2016
1 parent 2971e8f commit 82dbc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aio/usock_posix.inc
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ error:
/* stopping the usock. */
/******************************************************************************/
case NN_USOCK_STATE_DONE:
nn_fsm_bad_source (usock->state, src, type);
return;

/******************************************************************************/
/* LISTENING state. */
Expand Down

0 comments on commit 82dbc05

Please sign in to comment.