mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 16:51:29 +02:00
Fixed epp domain info issue with authinfo
This commit is contained in:
parent
4ed73ab23f
commit
dc9cc161d9
2 changed files with 9 additions and 5 deletions
|
@ -395,7 +395,7 @@ $server->handle(function (Connection $conn) use ($table, $pool, $c, $log, $permi
|
|||
sendEppError($conn, $pdo, 2202, 'Authorization error', $clTRID);
|
||||
$conn->close();
|
||||
}
|
||||
processDomainInfo($conn, $pdo, $xml, $trans);
|
||||
processDomainInfo($conn, $pdo, $xml, $clid, $trans);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue