Add init to emqttd_auth_mod behaviour_info
This commit is contained in:
parent
663fc7829b
commit
f90a6ccd33
|
@ -50,7 +50,7 @@
|
||||||
-export([behaviour_info/1]).
|
-export([behaviour_info/1]).
|
||||||
|
|
||||||
behaviour_info(callbacks) ->
|
behaviour_info(callbacks) ->
|
||||||
[{check, 3}, {description, 0}];
|
[{init, 1}, {check, 3}, {description, 0}];
|
||||||
behaviour_info(_Other) ->
|
behaviour_info(_Other) ->
|
||||||
undefined.
|
undefined.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue