From 2858d13fd5fcf486c157e77fbe908f29d39a81a5 Mon Sep 17 00:00:00 2001 From: Thomas Casteleyn Date: Wed, 24 Apr 2019 14:45:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20default=20usage=20of=20iTo?= =?UTF-8?q?pMutex=20when=20TLS=20is=20enabled=20See=20R-021467?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/mutex.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mutex.class.inc.php b/core/mutex.class.inc.php index 48ac15282..2243eb3a0 100644 --- a/core/mutex.class.inc.php +++ b/core/mutex.class.inc.php @@ -45,7 +45,7 @@ class iTopMutex static protected $aAcquiredLocks = array(); // Number of instances of the Mutex, having the lock, in this page public function __construct( - $sName, $sDBHost = null, $sDBUser = null, $sDBPwd = null, $bDBTlsEnabled = false, $sDBTlsCA = null + $sName, $sDBHost = null, $sDBUser = null, $sDBPwd = null, $bDBTlsEnabled = null, $sDBTlsCA = null ) { // Compute the name of a lock for mysql