From aedc872d55d207ebc00bf8ba6f67577f02ebf24e Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Wed, 5 Jan 2022 21:17:13 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20tcp=E7=9B=B8=E5=85=B3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/misc/ntCom.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc/ntCom.erl b/src/misc/ntCom.erl index d73890b..f8da5a8 100644 --- a/src/misc/ntCom.erl +++ b/src/misc/ntCom.erl @@ -100,10 +100,10 @@ serverName(PoolName, Index) -> list_to_atom(atom_to_list(PoolName) ++ "_" ++ integer_to_list(Index)). asName(tcp, PrName) -> - binary_to_atom(<<(atom_to_binary(PrName))/binary, "_TAs">>). + binary_to_atom(<<(atom_to_binary(PrName))/binary, "TAs">>). lsName(tcp, PrName) -> - binary_to_atom(<<(atom_to_binary(PrName))/binary, "_TLs">>). + binary_to_atom(<<(atom_to_binary(PrName))/binary, "TLs">>).