2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-03 20:08:21 +00:00
This commit is contained in:
2026-04-03 00:32:21 +03:00
parent 10939f144c
commit 915a6c1088
3 changed files with 5 additions and 5 deletions

View File

@@ -654,7 +654,7 @@ public partial class EpConnection : NetworkConnection, IStore
{
if (authPacket.Tdu != null)
{
var (_, parsed) = Codec.ParseSync(authPacket.Tdu.Value, Instance.Warehouse);
var (_, parsed) = Codec.ParseSync(authPacket.Tdu.Value, null);
if (parsed is Map<byte, object> headers)
{