1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 06:02:59 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118187

View File

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