Skip to content

Commit

Permalink
Update xkcp_util.c
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Apr 21, 2017
1 parent 37f6e71 commit ad68bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xkcp_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ void *xkcp_tcp_event_cb(struct bufferevent *bev, short what, struct xkcp_task *t
set_tcp_no_delay(bufferevent_getfd(bev));
}

return NULL;
return puser;
}

void xkcp_tcp_read_cb(struct bufferevent *bev, ikcpcb *kcp)
Expand Down

0 comments on commit ad68bc0

Please sign in to comment.