Parcourir la source

ft: 代码修改

master
SisMaker il y a 3 ans
Parent
révision
88d1967538
3 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. +0
    -1
      src/proxyPt/ntPptListener.erl
  2. +0
    -1
      src/ssl/ntSslListener.erl
  3. +0
    -1
      src/tcp/ntTcpListener.erl

+ 0
- 1
src/proxyPt/ntPptListener.erl Voir le fichier

@ -119,7 +119,6 @@ handleMsg(_Msg, _State) ->
kpS.
terminate(Reason, #state{lSock = LSock}) ->
%% LSock tcp_close acctptor进程
catch port_close(LSock),
exit(Reason).

+ 0
- 1
src/ssl/ntSslListener.erl Voir le fichier

@ -119,7 +119,6 @@ handleMsg(_Msg, _State) ->
kpS.
terminate(Reason, #state{lSock = LSock}) ->
%% LSock tcp_close acctptor进程
catch port_close(LSock),
exit(Reason).

+ 0
- 1
src/tcp/ntTcpListener.erl Voir le fichier

@ -119,7 +119,6 @@ handleMsg(_Msg, _State) ->
kpS.
terminate(Reason, #state{lSock = LSock}) ->
%% LSock tcp_close acctptor进程
catch port_close(LSock),
exit(Reason).

Chargement…
Annuler
Enregistrer