From fec561bc6105e1085a4e967b9fbaf9a934f3c18a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 2 Sep 2013 13:34:28 +0200 Subject: [PATCH] Remove call to connection_connect It seems redundant (we make two calls in case of resolving delay). --- src/connection.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/connection.c b/src/connection.c index 710d436..51468c4 100644 --- a/src/connection.c +++ b/src/connection.c @@ -375,7 +375,6 @@ void connect_resolver_host(struct host *host, iochan_man_t iochan_man) if (sdb) { yaz_mutex_leave(host->mutex); - connection_connect(con, iochan_man); client_start_search(con->client); } else -- 1.7.10.4