From b65318f8b81c662d1af6f6db00cc5ea0a7c8bece Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Fri, 14 Feb 2003 14:56:26 +0000 Subject: [PATCH] a bug fixed, it reveals when you want to process the bucket-file more times --- lib/bucket.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bucket.c b/lib/bucket.c index 9be78b28..c9fecd21 100644 --- a/lib/bucket.c +++ b/lib/bucket.c @@ -369,6 +369,7 @@ obuck_slurp_pool(struct obuck_header *hdrp) if (!l) { bclose(obuck_rpf); + obuck_rpf = NULL; obuck_unlock(); return NULL; } -- 2.39.2