N°1260 Mutex : fix merge error in mutex name init

SVN:trunk[5369]
This commit is contained in:
Pierre Goiffon
2018-02-26 15:16:33 +00:00
parent c0256428f9
commit 3b3f4044cb

View File

@@ -71,7 +71,6 @@ class iTopMutex
$this->sDBTlsCaPath = is_null($sDBTlsCaPath) ? $oConfig->Get('db_tls.capath') : $sDBTlsCaPath;
$this->sDBTlsCipher = is_null($sDBTlsCypher) ? $oConfig->Get('db_tls.cipher') : $sDBTlsCypher;
$this->sName = 'itop.'.$sName;
$this->sName = $sName;
if (substr($sName, -strlen($this->sDBName.$sDBSubname)) != $this->sDBName.$sDBSubname)
{