mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-17 10:06:59 +02:00
Another small EPP fix.
This commit is contained in:
parent
fa869fef75
commit
6e8666ce81
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function sendGreeting($conn) {
|
|||
}
|
||||
|
||||
function sendEppError($conn, $db, $code, $msg, $clTRID = "000", $trans = "0") {
|
||||
if (!isset($clTRID)) {
|
||||
if ($clTRID === "000") {
|
||||
$clTRID = 'client-not-provided-' . bin2hex(random_bytes(8));
|
||||
}
|
||||
if (!isset($trans)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue