[1391] in testers
revised named fix
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon Dec 10 13:15:38 1990
Date: Mon, 10 Dec 90 13:15:09 -0500
From: Mark Rosenstein <mar@MIT.EDU>
To: testers@MIT.EDU
Cc: tytso@MIT.EDU
(Ted, will you please audit this and let Richard & Ezra know what you
think?)
This is a revised version of the previous fix which is a little more
conservative.
-Mark
*** /source/bsd-4.3/common/etc/named/ns_resp.c Thu Nov 16 06:41:35 1989
--- ns_resp.c Mon Dec 10 13:12:53 1990
***************
*** 602,607 ****
--- 602,609 ----
#endif
goto servfail;
}
+ if (qp->q_addr[0].stime == 0)
+ qp->q_addr[0].stime = tt;
if (cname) {
if (qp->q_cname++ == MAXCNAMES) {
#ifdef DEBUG