From: Wilfried Goesgens Date: Thu, 19 Jan 2012 00:59:04 +0000 (+0100) Subject: nowadays we don't need to call InitC_ares_dns() from the client anymore. X-Git-Tag: v8.11~247 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;ds=sidebyside;h=48a20303714d93f1c3613f2a76dc2c64c6772239;p=citadel.git nowadays we don't need to call InitC_ares_dns() from the client anymore. --- diff --git a/citadel/modules/network/serv_networkclient.c b/citadel/modules/network/serv_networkclient.c index 7f4ca89d1..3a2a76cbd 100644 --- a/citadel/modules/network/serv_networkclient.c +++ b/citadel/modules/network/serv_networkclient.c @@ -621,8 +621,6 @@ eNextState nwc_get_one_host_ip(AsyncIO *IO) * here we start with the lookup of one host. */ - InitC_ares_dns(IO); - syslog(LOG_DEBUG, "NWC: %s\n", __FUNCTION__); syslog(LOG_DEBUG, diff --git a/citadel/modules/smtp/serv_smtpeventclient.c b/citadel/modules/smtp/serv_smtpeventclient.c index e4b79821f..43be90fdc 100644 --- a/citadel/modules/smtp/serv_smtpeventclient.c +++ b/citadel/modules/smtp/serv_smtpeventclient.c @@ -330,8 +330,6 @@ eNextState get_one_mx_host_ip(AsyncIO *IO) * - one of the mx'es */ - InitC_ares_dns(IO); - EVS_syslog(LOG_DEBUG, "SMTP: %s\n", __FUNCTION__); EVS_syslog(LOG_DEBUG,