Project

General

Profile

Bug #40420 ยป class.t3lib_lock.php.patch

Rudi Meyer, 2012-09-03 14:19

View differences:

t3lib/class.t3lib_lock.php 2012-09-03 13:59:16.000000000 +0200
}
break;
case 'semaphore':
if (sem_acquire($this->resource)) {
if (@sem_acquire($this->resource)) {
// Unfortunately it seems not possible to find out if the request was blocked, so we return FALSE in any case to make sure the operation is tried again.
$noWait = FALSE;
}
    (1-1/1)