فهرست منبع

* Removed 'newdns' from adns and renamed newdns.c to adns.c (repos hacking)

svn: 2100
Bryan Drewery 21 سال پیش
والد
کامیت
9c562f7aaf
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/adns.c

+ 2 - 2
src/adns.c

@@ -1,4 +1,4 @@
-/* new async dns
+/* async dns
  *
  */
 
@@ -278,7 +278,7 @@ static int get_dns_idx()
           dns_sock = sock;
           sdprintf("dns_sock: %d", dcc[dns_idx].sock);
           strcpy(dcc[dns_idx].host, dns_ip);
-          strcpy(dcc[dns_idx].nick, "(new_dns)");
+          strcpy(dcc[dns_idx].nick, "(adns)");
           sdprintf("dns_ip: %s", dns_ip);
           dcc[dns_idx].timeval = now;
           dns_handler.timeout_val = 0;