mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-20 17:46:03 +02:00
Another small fix
This commit is contained in:
parent
8c3d466578
commit
47ebb5a3d7
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ $server->handle(function (Connection $conn) use ($table, $db, $c) {
|
|||
case isset($xml->command->logout):
|
||||
{
|
||||
$table->del($connId);
|
||||
$clTRID = (string) $xml->command->clTRID;
|
||||
$clTRID = (string) $xml->command->clTRID;
|
||||
|
||||
$response = [
|
||||
'command' => 'logout',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue