From: Adam Dickmeiss Date: Mon, 2 Sep 2013 11:34:28 +0000 (+0200) Subject: Remove call to connection_connect X-Git-Tag: v1.6.35~8 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=fec561bc6105e1085a4e967b9fbaf9a934f3c18a Remove call to connection_connect It seems redundant (we make two calls in case of resolving delay). --- 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