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
1 changed files with 1 additions and 1 deletions

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 ->
[];