[5718] in SIPB bug reports
Jim Haynes: Bugfix for rn/trn
daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri Jan 5 20:50:32 1996
To: bug-sipb@MIT.EDU
Date: Fri, 05 Jan 1996 20:50:16 EST
From: Greg Hudson <ghudson@MIT.EDU>
------- Forwarded Message
Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po6.MIT.EDU (5.61/4.7) id AA12382; Fri, 5 Jan 96 19:54:31 EST
Received: from cats-po-1.UCSC.EDU by MIT.EDU with SMTP
id AA28475; Fri, 5 Jan 96 19:53:23 EST
Received: from hobbes.UCSC.EDU by cats.ucsc.edu with SMTP
id QAA11077; Fri, 5 Jan 1996 16:53:21 -0800
From: haynes@cats.ucsc.edu (Jim Haynes)
Received: by hobbes.UCSC.EDU (8.6.12/4.7) id QAA20407; Fri, 5 Jan 1996 16:53:19 -0800
Date: Fri, 5 Jan 1996 16:53:19 -0800
Message-Id: <199601060053.QAA20407@hobbes.UCSC.EDU>
To: sipb@MIT.EDU
Subject: Bugfix for rn/trn
Since the new year you get asked repeatedly if you want to add new newsgroups
that you told it you didn't want to add. Here's the fix that someone in
Computer Science gave me.
*** nntp.c_orig Sat Nov 19 01:01:23 1994
- --- nntp.c Wed Jan 3 01:41:34 1996
***************
*** 320,324 ****
day += maxdays[month];
! ss = ((((year-1970) * 365 + (year-1968)/4 + day - 1) * 24L + hh) * 60
+ mm) * 60 + ss;
- --- 320,324 ----
day += maxdays[month];
! ss = ((((year-1970) * 365 + (year-1969)/4 + day - 1) * 24L + hh) * 60
+ mm) * 60 + ss;
(Looks a lot like the problem with the KDC error message on dialup servers)
------- End of Forwarded Message