diff --git a/src/common/kernel/pool.c b/src/common/kernel/pool.c index 9eb4c5b54..529932354 100644 --- a/src/common/kernel/pool.c +++ b/src/common/kernel/pool.c @@ -190,7 +190,6 @@ get_pooled(const unit * u, const resource_type * rtype, unsigned int mode, int c int mask; if (u==v) continue; - if (fval(v, UFL_LOCKED)) continue; if (urace(v)->ec_flags & NOGIVE) continue; if ((urace(v)->ec_flags & GIVEITEM) == 0) continue;