Re #2229: Fixed typo of variable type ioq op key.

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@6073 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Sauw Ming 2019-09-23 08:09:06 +00:00
parent d311c69e84
commit 1a5b4a886b
1 changed files with 1 additions and 1 deletions

View File

@ -970,7 +970,7 @@ static pj_status_t send_pkt(pj_turn_session *sess,
pj_turn_session_get_user_data(sess);
pj_ssize_t len = pkt_len;
pj_status_t status = PJ_SUCCESS;
pj_ioqueue_key_t *send_key = &turn_sock->send_key;
pj_ioqueue_op_key_t *send_key = &turn_sock->send_key;
if (turn_sock == NULL || turn_sock->is_destroying) {
/* We've been destroyed */