creation of new groups and how innfeed works
Katsuhiro Kondou
Katsuhiro_Kondou at isc.org
Fri Dec 7 06:23:36 UTC 2001
In article <OF41A371D0.AE7287DF-ON85256B1A.00814AC1 at pok.ibm.com>,
"Lisa Ungar" <lungar at us.ibm.com> wrote;
} I am currently running this version INN 2.3.3 (20011015 prerelease).
Ok. I've reviewd my last fix and found it may not
work in some case. Could you try attached, and let
me know how it goes on.
--
Katsuhiro Kondou
Index: tradspool.c
===================================================================
RCS file: /home/kondou/news/inn/repository/inn/storage/tradspool/tradspool.c,v
retrieving revision 1.23.2.7
diff -u -r1.23.2.7 tradspool.c
--- tradspool.c 2001/08/12 15:43:57 1.23.2.7
+++ tradspool.c 2001/12/07 06:21:56
@@ -427,7 +427,7 @@
return;
}
DISPOSE(fname);
- if (sb.st_mtime > oldlastcheck.time && oldlastcheck.time != 0) {
+ if (sb.st_mtime > oldlastcheck.time) {
/* add any newly added ngs to our in-memory copy of the db. */
ReadDBFile();
}
More information about the inn-workers
mailing list