mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Use "localhost" as a default host
This commit is contained in:
parent
01a1f929b4
commit
5b055d7eec
@ -1130,7 +1130,7 @@ get_version() ->
|
||||
-spec get_myhosts() -> [binary()].
|
||||
|
||||
get_myhosts() ->
|
||||
get_option(hosts).
|
||||
get_option(hosts, [<<"localhost">>]).
|
||||
|
||||
-spec get_myname() -> binary().
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user