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:
parent
e31f6409a6
commit
5676adff30
@ -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 ->
|
||||
[];
|
||||
|
Loading…
Reference in New Issue
Block a user