1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 06:16:39 +02:00

- When set::options-show-connect-notice was enabled the "*** Looking up your hostname..."

message was not being shown (all others were). Reported by fbi (#0002820).
This commit is contained in:
Bram Matthys
2006-02-14 12:36:21 +00:00
parent 41bdfc3b29
commit 5f8bf556e1
+2
View File
@@ -1360,6 +1360,8 @@ struct hostent *he;
if (!DONT_RESOLVE)
{
if (!acptr->serv)
sendto_one(acptr, "%s", REPORT_DO_DNS);
dns_special_flag = 1;
he = unrealdns_doclient(acptr);
dns_special_flag = 0;