INN commit: trunk/storage/buffindexed (buffindexed.c)

INN Commit Russ_Allbery at isc.org
Sat Nov 29 10:29:29 UTC 2008


    Date: Saturday, November 29, 2008 @ 02:29:29
  Author: iulius
Revision: 8193

Fixes lost initialization of group descriptor after 
exipiration of all articles for a group at once.

Patch from Kirill Berezin.

Modified:
  trunk/storage/buffindexed/buffindexed.c

---------------+
 buffindexed.c |    1 +
 1 file changed, 1 insertion(+)

Modified: buffindexed.c
===================================================================
--- buffindexed.c	2008-11-29 10:27:57 UTC (rev 8192)
+++ buffindexed.c	2008-11-29 10:29:29 UTC (rev 8193)
@@ -2086,6 +2086,7 @@
       ovgroupunmap();
       ge->expired = time(NULL);
       ge->count = 0;
+      ge->baseindex = ge->curindex = ge->curdata = ovnull;
       GROUPlock(gloc, INN_LOCK_UNLOCK);
     }
     return true;




More information about the inn-committers mailing list