Skip to content

Commit

Permalink
Update xkcp_client.c
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Apr 24, 2017
1 parent 1cc00a8 commit 1033dac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xkcp_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ xkcp_rcv_cb(const int sock, short int which, void *arg)
} else {
debug(LOG_ERR, "xkcp_rcv_cb -- cant get kcp from peer data!!!!!!");
}
memset(buf, 0, XKCP_RECV_BUF_LEN);

xkcp_forward_all_data( &xkcp_task_list);
}
Expand Down

0 comments on commit 1033dac

Please sign in to comment.