Skip to content

Commit

Permalink
sctp: removed unused goto label
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 22, 2018
1 parent 589e8a8 commit f6232ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/modules/sctp/sctp_server.c
Expand Up @@ -797,9 +797,6 @@ static int sctp_init_sock_opt_common(int s, int af)
sctp_err++;
goto error; /* critical */
}
#ifdef __OS_linux
ev_success:
#endif
#else
#error no sctp lib support for SCTP_EVENTS, consider upgrading
#endif /* SCTP_EVENTS */
Expand Down

0 comments on commit f6232ee

Please sign in to comment.