no message
This commit is contained in:
parent
d2f457ab04
commit
9f49492831
@ -107,7 +107,8 @@ final class FreenodePool
|
|||||||
foreach ($aFromFileContent as $aNode) {
|
foreach ($aFromFileContent as $aNode) {
|
||||||
if (isset($aNode["cipher"])) {
|
if (isset($aNode["cipher"])) {
|
||||||
if ($aNode["cipher"] == "auto") {
|
if ($aNode["cipher"] == "auto") {
|
||||||
$aNode["cipher"] = "none";
|
$sRawCipher = "auto";
|
||||||
|
$aNode["cipher"] = '"' . $sRawCipher . '"';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user