fix: judgment condition always failure
This commit is contained in:
parent
da3937b80e
commit
37feeed560
|
@ -501,7 +501,7 @@ kick_session(GwName, ClientId) ->
|
|||
[] ->
|
||||
{error, not_found};
|
||||
ChanPids ->
|
||||
ChanPids > 1 andalso
|
||||
length(ChanPids) > 1 andalso
|
||||
begin
|
||||
?SLOG(
|
||||
warning,
|
||||
|
|
Loading…
Reference in New Issue