25
1
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:
Evgeniy Khramtsov 2018-08-17 18:42:09 +03:00
parent 01a1f929b4
commit 5b055d7eec

View File

@ -1130,7 +1130,7 @@ get_version() ->
-spec get_myhosts() -> [binary()].
get_myhosts() ->
get_option(hosts).
get_option(hosts, [<<"localhost">>]).
-spec get_myname() -> binary().