diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 20:34:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 20:34:29 +0000 |
commit | 68cb80f5e14b9398aa28d92efd04732fc873182c (patch) | |
tree | fc3367beb6eead3b0713daf3f91a50fef99a8955 /libports | |
parent | 73377fe5b48a91278dcaae281ecf982baa97b147 (diff) |
(ports_enable_bucket): muddle.
Diffstat (limited to 'libports')
-rw-r--r-- | libports/enable-bucket.c | 2 |
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); |