Add missing return statement to disable MD_JAIL::enforce on CLI usage

This commit is contained in:
2020-12-06 17:06:43 +01:00
parent 6a7f91ef1d
commit cad5b4a6f8

View File

@ -208,6 +208,7 @@ final class MD_JAIL {
$this->_status = self::STATUS_SPECIFIED;
$this->__destruct();
return;
}
$this->_apply_memory_limit();