N°7071 - Remove CMDBSource::MYSQL_DEFAULT_PORT

This commit is contained in:
Timothee
2025-09-17 17:21:39 +02:00
parent d589d9d05a
commit 73ce7e8dab
3 changed files with 6 additions and 11 deletions

View File

@@ -617,7 +617,7 @@ EOF;
}
if (is_null($iPort)) {
$iPort = CMDBSource::MYSQL_DEFAULT_PORT;
return '';
}
$sPortOption = self::GetMysqliCliSingleOption('port', $iPort);