25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Get rid of unused variable compile warning

This commit is contained in:
Evgeniy Khramtsov 2017-11-24 12:11:01 +03:00
parent e31f6409a6
commit 5676adff30

View File

@ -273,7 +273,7 @@ certfiles_from_config_options() ->
[c2s_certfile, s2s_certfile, domain_certfile].
-spec get_certfiles_from_config_options(state()) -> [binary()].
get_certfiles_from_config_options(State) ->
get_certfiles_from_config_options(_State) ->
Global = case ejabberd_config:get_option(certfiles) of
undefined ->
[];