expire robustness
Kenichi Okada
okada at opaopa.org
Fri Aug 23 21:52:49 UTC 2002
Hi,
I think that a command "expire" should be more robust.
The expire is interrupted by a broken line.
I think that the expire should not be interrupted but ignore the broken line.
innd: line too short in history /usr/local/news/db/history at 196370229
innd: `[' missing from history line /usr/local/news/db/history at 196210051
Regards,
--
Kenichi Okada
mailto:okada at opaopa.org
--- hisv6.c.org Sat Aug 24 02:37:10 2002
+++ hisv6.c Sat Aug 24 06:37:39 2002
@@ -960,7 +960,7 @@
r = false;
}
if (r == false)
- goto fail;
+ continue;
++line;
}
More information about the inn-workers
mailing list