From 5f8bf556e1fb63beeacff06f9ccdefdecb53a160 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Tue, 14 Feb 2006 12:36:21 +0000 Subject: [PATCH] - 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). --- src/s_bsd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/s_bsd.c b/src/s_bsd.c index cb5f70279..268a04fa5 100644 --- a/src/s_bsd.c +++ b/src/s_bsd.c @@ -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;