expireover and timewarp
John Witford
johnw at zacglen.com.au
Sat Nov 17 05:50:44 UTC 2001
>
>Can you please resend this either inline or as a text-format attachment?
Voila!
=====================cut here======================================
--- inn-2.3.2/storage/ov.c.timewarp Thu May 3 20:27:32 2001
+++ inn-2.3.2/storage/ov.c Sat Nov 17 00:15:22 2001
@@ -406,7 +406,7 @@
OVdelayrm = ((OVGE *)val)->delayrm;
OVusepost = ((OVGE *)val)->usepost;
OVrealnow = ((OVGE *)val)->now;
- OVnow = ((OVGE *)val)->now + (time_t)(((OVGE *)val)->timewarp * 86400.);
+ OVnow = ((OVGE *)val)->now + (time_t)((OVGE *)val)->timewarp;
OVquiet = ((OVGE *)val)->quiet;
OVkeep = ((OVGE *)val)->keep;
OVearliest = ((OVGE *)val)->earliest;
=====================cut here======================================
More information about the inn-bugs
mailing list