expireover option missing in 2.3

Laurent Frigault lfrigault at teaser.fr
Fri Aug 25 14:15:11 UTC 2000


On Fri, Aug 25, 2000 at 11:09:34PM +0900, Katsuhiro Kondou wrote:
> } I test with and without groupbaseexpiry even with your patch and this
> } does not fix the problem.
> 
> Which patch?

This one in the thread "INN 2.3.0 available for testing" Message-Id:
<20000824114841G.kondou at inn.do.mms.mt.nec.co.jp>

--- expire/expireover.c.orig	Mon Apr 17 11:30:41 2000
+++ expire/expireover.c	Thu Aug 24 11:42:31 2000
@@ -106,11 +106,15 @@
 	}
     }
 
+    if (ovge.delayrm && SMsetup(SM_RDWR, (void *)&ovge.delayrm)) {
+	fprintf(stderr, "expireover: cant setup storage method");
+	exit(1);
+    }
     i = 1;
     if (SMsetup(SM_PREOPEN, (void *)&i) && !SMinit()) {
 	fprintf(stderr, "expireover: cant initialize storage method, %s",SMerrorstr);
 	exit(1);
-	}
+    }
 
     xsignal(SIGTERM, sigfunc);
     xsignal(SIGINT, sigfunc);


-- 
Laurent Frigault | <url:http://www.teaser.fr/~lfrigault>
"We've all heard that a million monkeys banging on a million 
 typewriters will eventually reproduce the works of Shakespeare.
 Now, thanks to the Internet, we know this is not true."



More information about the inn-workers mailing list