Skip to content

Commit

Permalink
mosquitto breaks without this
Browse files Browse the repository at this point in the history
  • Loading branch information
december1981 committed Dec 19, 2024
1 parent e751f71 commit 43c8202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/jwt_files.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (o *filesJWTChecker) CheckAcl(token, topic, clientid string, acc int32) (bo

if err != nil {
log.Printf("jwt get user error: %s", err)
return false, err
return false, nil
}

return o.checker.CheckAcl(username, topic, clientid, acc)
Expand Down

0 comments on commit 43c8202

Please sign in to comment.