mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
Fix record definition (EJAB-1578)
This commit is contained in:
parent
5480ee29fd
commit
9ff1a80db4
@ -50,7 +50,8 @@
|
|||||||
check_password = fun(_, _, _, _) -> false end :: check_password_fun(),
|
check_password = fun(_, _, _, _) -> false end :: check_password_fun(),
|
||||||
auth_module :: atom(),
|
auth_module :: atom(),
|
||||||
host = <<"">> :: binary(),
|
host = <<"">> :: binary(),
|
||||||
hostfqdn = <<"">> :: binary()}).
|
hostfqdn :: binary() | [binary()]}).
|
||||||
|
|
||||||
|
|
||||||
start(_Opts) ->
|
start(_Opts) ->
|
||||||
Fqdn = get_local_fqdn(),
|
Fqdn = get_local_fqdn(),
|
||||||
|
Loading…
Reference in New Issue
Block a user