Temporary workaround: Always disable buckets, there is a bug there

somewhere.

JeffR will look at this as soon as he has time.

OK'ed by:	jeffr
This commit is contained in:
Poul-Henning Kamp 2003-07-29 22:07:10 +00:00
parent f52ecc3346
commit 0c32d97ab5

View File

@ -197,6 +197,7 @@ bucket_enable(void)
bucketdisable = 1;
else
bucketdisable = 0;
bucketdisable = 1;
}