]> mj.ucw.cz Git - libucw.git/commitdiff
a bug fixed, it reveals when you want to process the bucket-file more times
authorRobert Spalek <robert@ucw.cz>
Fri, 14 Feb 2003 14:56:26 +0000 (14:56 +0000)
committerRobert Spalek <robert@ucw.cz>
Fri, 14 Feb 2003 14:56:26 +0000 (14:56 +0000)
lib/bucket.c

index 9be78b280931358402904ce18764c173df961c87..c9fecd218d5dd10a22ac85c2be4db85cd7e566af 100644 (file)
@@ -369,6 +369,7 @@ obuck_slurp_pool(struct obuck_header *hdrp)
       if (!l)
        {
          bclose(obuck_rpf);
+         obuck_rpf = NULL;
          obuck_unlock();
          return NULL;
        }