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

This commit is contained in:
Joshua Ramon Enslin 2020-12-06 17:06:43 +01:00
parent 6a7f91ef1d
commit cad5b4a6f8
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

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