mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-21 10:06:05 +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):
|
case isset($xml->command->logout):
|
||||||
{
|
{
|
||||||
$table->del($connId);
|
$table->del($connId);
|
||||||
$clTRID = (string) $xml->command->clTRID;
|
$clTRID = (string) $xml->command->clTRID;
|
||||||
|
|
||||||
$response = [
|
$response = [
|
||||||
'command' => 'logout',
|
'command' => 'logout',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue