summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1995-03-10 05:12:47 +0000
committerpst <pst@FreeBSD.org>1995-03-10 05:12:47 +0000
commitf767c7b6b0b86ab23d66150ceaa6ce60c9cc2f3e (patch)
tree3fced873c5e993f349bb680891a3bfd96f3d000e /usr.sbin/sendmail
parent74e14200fd5aa6cb5b7995cbc468f67f4680118f (diff)
downloadFreeBSD-src-f767c7b6b0b86ab23d66150ceaa6ce60c9cc2f3e.zip
FreeBSD-src-f767c7b6b0b86ab23d66150ceaa6ce60c9cc2f3e.tar.gz
Remove Matt Day patch (handled elsewhere in 8.6.11)
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/src/daemon.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/sendmail/src/daemon.c b/usr.sbin/sendmail/src/daemon.c
index 17085d9..1b58da4 100644
--- a/usr.sbin/sendmail/src/daemon.c
+++ b/usr.sbin/sendmail/src/daemon.c
@@ -1417,9 +1417,6 @@ hostnamebyanyaddr(sap)
int saveretry;
#if NAMED_BIND
- /* need to make sure _res.retry is initialized before using it */
- if ((_res.options & RES_INIT) == 0)
- res_init();
/* shorten name server timeout to avoid higher level timeouts */
saveretry = _res.retry;
_res.retry = 3;
OpenPOWER on IntegriCloud