Remove the disabling of buckets workaround.

Thanks to:	jeffr
This commit is contained in:
Poul-Henning Kamp 2003-07-30 07:50:19 +00:00
parent f2eeb85de6
commit 7b4bd98ad5

View File

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