[INN-COMMITTERS] inn/backends (batcher.c)

kondou at vix.com kondou at vix.com
Fri Sep 10 08:26:21 UTC 1999


  Date: Friday, September 10, 1999 @ 01:26:20
Author: kondou

Update of /dist1/cvs/isc/inn/inn/backends
     from pub3.rc.vix.com:/dist1/isc/kondou/CURRENT/inn/backends

Modified Files:
	batcher.c 

-----------------------------  Log Message  -----------------------------


backends/batcher.c:
	- From: KIZU takashi <kizu at ics.es.osaka-u.ac.jp>
	- If any batch file is not opend yet and some kind of signals is
	  trapped, the function RequeueAndExit(-1, NULL, 0L) will be called and
	  the top line in a queue file will be lost.

	  If (BytesInBatch > 0 && BytesInCB + BytesInArt >= BytesInBatch) and
	  (MaxBytes > 0 BytesWritten + BytesInArt >= MaxBytes), then `while
	  (fgets...)' loop is breaked. But the function BATCHclose(F) usually
	  returns 0. Hence `Cookie' is ignored in the function RequeueAndExit().




More information about the inn-committers mailing list