nowadays we don't need to call InitC_ares_dns() from the client anymore.
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 19 Jan 2012 00:59:04 +0000 (01:59 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 19 Jan 2012 00:59:04 +0000 (01:59 +0100)
citadel/modules/network/serv_networkclient.c
citadel/modules/smtp/serv_smtpeventclient.c

index 7f4ca89d11a3f3f873d5dade7724d1157784766d..3a2a76cbdc1f656c3edbfae082b947e538ab2076 100644 (file)
@@ -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, 
index e4b79821f2acfa6fab0467c2f84689a92f36336d..43be90fdc61c36d04d5a95afb00887d2f62e37c8 100644 (file)
@@ -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,