mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 05:51:20 +01:00
CS adjustment
This commit is contained in:
parent
ec067c1f14
commit
32857c5e7f
@ -1919,8 +1919,9 @@ class File_X509 {
|
||||
*/
|
||||
function setDN($dn, $merge = false)
|
||||
{
|
||||
if (!$merge)
|
||||
if (!$merge) {
|
||||
$this->dn = NULL;
|
||||
}
|
||||
|
||||
if (is_array($dn)) {
|
||||
if (isset($dn['rdnSequence'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user