--- gvpe/src/sockinfo.C 2005/03/05 19:13:15 1.16 +++ gvpe/src/sockinfo.C 2005/03/07 01:31:26 1.17 @@ -173,17 +173,6 @@ port = htons (conf->tcp_port); return true; } - -#if ENABLE_DNS - if (conf - && prot_ & PROT_DNSv4 - && conf->protocols & PROT_DNSv4 - && conf->dns_port) - { - set (::conf.dns_forw_host, ::conf.dns_forw_port, prot_); - return true; - } -#endif } return false;