mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:52:06 -04:00
tpyo
This commit is contained in:
parent
17a30afad1
commit
2eed8ba81c
1 changed files with 3 additions and 3 deletions
|
|
@ -2572,7 +2572,7 @@ isc_socket_cancel(isc_socket_t *sock, isc_task_t *task,
|
|||
== 0) {
|
||||
iev->canceled = ISC_TRUE;
|
||||
iev->done_ev = NULL;
|
||||
ISC_LIST_PREPEND(socket->recv_list,
|
||||
ISC_LIST_PREPEND(sock->recv_list,
|
||||
iev, link);
|
||||
}
|
||||
} else {
|
||||
|
|
@ -2623,7 +2623,7 @@ isc_socket_cancel(isc_socket_t *sock, isc_task_t *task,
|
|||
== 0) {
|
||||
iev->canceled = ISC_TRUE;
|
||||
iev->done_ev = NULL;
|
||||
ISC_LIST_PREPEND(socket->send_list,
|
||||
ISC_LIST_PREPEND(sock->send_list,
|
||||
iev, link);
|
||||
}
|
||||
} else {
|
||||
|
|
@ -2670,7 +2670,7 @@ isc_socket_cancel(isc_socket_t *sock, isc_task_t *task,
|
|||
== 0) {
|
||||
iev->canceled = ISC_TRUE;
|
||||
iev->done_ev = NULL;
|
||||
ISC_LIST_PREPEND(socket->accept_list,
|
||||
ISC_LIST_PREPEND(sock->accept_list,
|
||||
iev, link);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue