2.2.2 : repeat send news in ``batcher''.
Kazuyoshi Michishita
mit at po.ntts.co.jp
Fri Dec 31 23:00:59 UTC 1999
Hi, Maintainer,
'batcher' repeat sending same news in sendbatch/send-uucp.
batcher didn't remove ${outgoing}/site.uucp when uux
queueing success.
-------------------- inn-2.2.2/backends ----------------------------
% diff -crN batcher.c.org batcher.c
*** batcher.c.org Mon Dec 13 22:18:37 1999
--- batcher.c Sat Jan 1 07:33:58 2000
***************
*** 122,128 ****
/* Last batch exit okay? */
if (BATCHstatus == 0) {
! if (feof(stdin) && Cookie == -1) {
/* Yes, and we're all done -- remove input and exit. */
(void)fclose(stdin);
if (Input)
--- 122,128 ----
/* Last batch exit okay? */
if (BATCHstatus == 0) {
! if (feof(stdin) && Cookie != -1) {
/* Yes, and we're all done -- remove input and exit. */
(void)fclose(stdin);
if (Input)
-------------------- inn-2.2.2/backends ----------------------------
Sincerely,
Kazuyoshi Michishita.
--
-------------------------------------------------------------------------
- Kazuyoshi Michishita E-mail:mit at po.ntts.co.jp -
- Tel +81-45-212-7215 Fax +81-45-212-7466/8021 (8021=Fax-GW) -
-------------------------------------------------------------------------
More information about the inn-bugs
mailing list