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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user