Merge pull request #12244 from jostar-y/fix/log

fix:judgment condition failure
This commit is contained in:
zhongwencool 2024-01-05 16:44:08 +08:00 committed by GitHub
commit e4c06a6be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ kick_session(GwName, ClientId) ->
[] -> [] ->
{error, not_found}; {error, not_found};
ChanPids -> ChanPids ->
ChanPids > 1 andalso length(ChanPids) > 1 andalso
begin begin
?SLOG( ?SLOG(
warning, warning,