Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last commit broke the build #62

Closed
msvitok77 opened this issue Nov 8, 2019 · 1 comment
Closed

Last commit broke the build #62

msvitok77 opened this issue Nov 8, 2019 · 1 comment

Comments

@msvitok77
Copy link

Hello, the last commit: 896769f broke the build. As Auth interface has CheckACL(action, clientID, username, ip, topic string) bool method, however broker/auth.go:28 uses b.auth.CheckACL(action, username, topic). When you build it with go build . you get:
# github.com/fhmq/hmq/broker broker/auth.go:28:25: not enough arguments in call to b.auth.CheckACL have (string, string, string) want (string, string, string, string, string)

@chowyu08
Copy link
Contributor

thanks , fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants