Add init to emqttd_auth_mod behaviour_info

This commit is contained in:
J Phani Mahesh 2015-09-28 17:09:18 +05:30
parent 663fc7829b
commit f90a6ccd33
1 changed files with 1 additions and 1 deletions

View File

@ -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.