mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
tcp test got reversed
This commit is contained in:
@@ -2766,7 +2766,7 @@ resquery_send(resquery_t *query) {
|
|||||||
/*
|
/*
|
||||||
* Send the query!
|
* Send the query!
|
||||||
*/
|
*/
|
||||||
if (tcp) {
|
if (!tcp) {
|
||||||
address = &query->addrinfo->sockaddr;
|
address = &query->addrinfo->sockaddr;
|
||||||
if (query->exclusivesocket) {
|
if (query->exclusivesocket) {
|
||||||
result = isc_socket_connect(sock, address, task,
|
result = isc_socket_connect(sock, address, task,
|
||||||
|
Reference in New Issue
Block a user