acl_mod behaviour
This commit is contained in:
parent
4bda2c5a43
commit
7956b6d309
|
@ -32,7 +32,7 @@
|
|||
|
||||
-export([all_rules/0]).
|
||||
|
||||
-behaviour(emqttd_acl).
|
||||
-behaviour(emqttd_acl_mod).
|
||||
|
||||
%% ACL callbacks
|
||||
-export([init/1, check_acl/2, reload_acl/1, description/0]).
|
||||
|
|
Loading…
Reference in New Issue