فهرست منبع

fixup! Bot linking: Try each IP returned from DNS.

Bryan Drewery 5 ماه پیش
والد
کامیت
e1e8dc62f7
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      src/botnet.cc

+ 1 - 3
src/botnet.cc

@@ -1168,9 +1168,7 @@ botlink_next_ip(int i)
 
   if (di->ip_from_dns_idx == -1) {
 retries_exhausted:
-    /* No more IPs to lookup. */
-    putlog(LOG_BOTS, "*", "Could not link to %s (DNS retries exhausted).\n",
-        dcc[i].nick);
+    /* link_try_next_dns_result() will print a log for this. */
     lostdcc(i);
     return;
   }