* update

* update auth file
This commit is contained in:
joy.zhou
2019-10-30 14:44:18 +08:00
committed by GitHub
parent c7a51fe68f
commit 896769fd9d
1253 changed files with 406 additions and 481711 deletions

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)