update auth file

This commit is contained in:
joy.zhou
2019-10-30 14:43:36 +08:00
parent a02007ce6b
commit 716614e626
1254 changed files with 120 additions and 481767 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ func (a *authHTTP) CheckConnect(clientID, username, password string) bool {
// }
//CheckACL check mqtt connect
func (a *authHTTP) CheckACL(action, username, topic string) bool {
func (a *authHTTP) CheckACL(action, clientID, username, ip, topic string) bool {
{
aCache := checkCache(action, "", username, "", topic)