Skip to content

Commit 43c8202

Browse files
committed
mosquitto breaks without this
1 parent e751f71 commit 43c8202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/jwt_files.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func (o *filesJWTChecker) CheckAcl(token, topic, clientid string, acc int32) (bo
4949

5050
if err != nil {
5151
log.Printf("jwt get user error: %s", err)
52-
return false, err
52+
return false, nil
5353
}
5454

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

0 commit comments

Comments
 (0)