25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-29 14:37:44 +02:00

Fix record definition (EJAB-1578)

This commit is contained in:
Badlop 2012-09-18 17:50:53 +02:00
parent 5480ee29fd
commit 9ff1a80db4

View File

@ -50,7 +50,8 @@
check_password = fun(_, _, _, _) -> false end :: check_password_fun(),
auth_module :: atom(),
host = <<"">> :: binary(),
hostfqdn = <<"">> :: binary()}).
hostfqdn :: binary() | [binary()]}).
start(_Opts) ->
Fqdn = get_local_fqdn(),