Skip to content

Commit

Permalink
Update src/platform/posix/tcp_ip_channel.c
Browse files Browse the repository at this point in the history
Co-authored-by: erling <erling.jellum@gmail.com>
  • Loading branch information
LasseRosenow and erlingrj authored Dec 10, 2024
1 parent 213652a commit cdebe93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/posix/tcp_ip_channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ static lf_ret_t _TcpIpChannel_reset_socket(TcpIpChannel *self) {
self->send_failed_event_fds = eventfd(0, EFD_NONBLOCK);
if (self->send_failed_event_fds == -1) {
TCP_IP_CHANNEL_ERR("Failed to initialize event file descriptor");
return LF_ERR;
}

return LF_OK;
Expand Down

0 comments on commit cdebe93

Please sign in to comment.