summaryrefslogtreecommitdiff
path: root/libports/enable-bucket.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-22 20:34:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-22 20:34:29 +0000
commit68cb80f5e14b9398aa28d92efd04732fc873182c (patch)
treefc3367beb6eead3b0713daf3f91a50fef99a8955 /libports/enable-bucket.c
parent73377fe5b48a91278dcaae281ecf982baa97b147 (diff)
(ports_enable_bucket): muddle.
Diffstat (limited to 'libports/enable-bucket.c')
-rw-r--r--libports/enable-bucket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/enable-bucket.c b/libports/enable-bucket.c
index 002142ed..278c5bb5 100644
--- a/libports/enable-bucket.c
+++ b/libports/enable-bucket.c
@@ -28,7 +28,7 @@ ports_enable_bucket (struct port_bucket *bucket)
bucket->flags &= ~PORT_BUCKET_NO_ALLOC;
if (bucket->flags & PORT_BUCKET_ALLOC_WAIT)
{
- bucket->flags |= PORT_BUCKET_ALLOC_WAIT;
+ bucket->flags &= ~PORT_BUCKET_ALLOC_WAIT;
condition_broadcast (&_ports_block);
}
mutex_unlock (&_ports_lock);