mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-06 07:35:32 +00:00
update auth file
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user