mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
tcp test got reversed
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user