mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:52:07 -04:00
tcp test got reversed
This commit is contained in:
parent
f9f3f20d2d
commit
b4c31c8795
1 changed files with 1 additions and 1 deletions
|
|
@ -2766,7 +2766,7 @@ resquery_send(resquery_t *query) {
|
|||
/*
|
||||
* Send the query!
|
||||
*/
|
||||
if (tcp) {
|
||||
if (!tcp) {
|
||||
address = &query->addrinfo->sockaddr;
|
||||
if (query->exclusivesocket) {
|
||||
result = isc_socket_connect(sock, address, task,
|
||||
|
|
|
|||
Loading…
Reference in a new issue