mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 02:29:34 +02:00
Get rid of unused variable compile warning
This commit is contained in:
parent
e31f6409a6
commit
5676adff30
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ certfiles_from_config_options() ->
|
||||||
[c2s_certfile, s2s_certfile, domain_certfile].
|
[c2s_certfile, s2s_certfile, domain_certfile].
|
||||||
|
|
||||||
-spec get_certfiles_from_config_options(state()) -> [binary()].
|
-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
|
Global = case ejabberd_config:get_option(certfiles) of
|
||||||
undefined ->
|
undefined ->
|
||||||
[];
|
[];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue