From: Robert Spalek Date: Fri, 14 Feb 2003 14:56:26 +0000 (+0000) Subject: a bug fixed, it reveals when you want to process the bucket-file more times X-Git-Tag: holmes-import~1279 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b65318f8b81c662d1af6f6db00cc5ea0a7c8bece;p=libucw.git a bug fixed, it reveals when you want to process the bucket-file more times --- 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; }