[1396] in testers
[Theodore Ts'o: Re: named fix]
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon Dec 10 16:44:12 1990
Date: Mon, 10 Dec 90 16:43:46 -0500
From: Theodore Ts'o <tytso@ATHENA.MIT.EDU>
To: testers@ATHENA.MIT.EDU
Cc: mar@ATHENA.MIT.EDU
Reply-To: tytso@ATHENA.MIT.EDU
Both Mark Rosenstein and I have looked at this, and we agree that the
following change (taken from bind 4.8.3; Athena is running bind 4.8.1)
is a better fix to the problem and should be applied:
Patch for ns_resp.c
***************
*** 613,622 ****
#endif
goto servfail;
}
- for (n = 0; n < qp->q_naddr; n++)
- qp->q_addr[n].stime.tv_sec = 0;
- if (!qp->q_fwd)
- qp->q_addr[0].stime = tt;
if (cname) {
if (qp->q_cname++ == MAXCNAMES) {
#ifdef DEBUG
- Ted