Don't set twice

This commit is contained in:
Evgeniy Khramtsov 2017-12-24 12:34:47 +03:00
parent 1698956f34
commit 6dca89f616
1 changed files with 2 additions and 2 deletions

View File

@ -891,8 +891,8 @@ normalize_path([Part | Path], Norm) ->
-spec get_certfile([proplists:property()]) -> binary() | undefined. -spec get_certfile([proplists:property()]) -> binary() | undefined.
get_certfile(Opts) -> get_certfile(Opts) ->
case lists:keyfind(certfile, 1, Opts) of case lists:keyfind(certfile, 1, Opts) of
{_, CertFile} -> {_, _CertFile} ->
CertFile; undefined;
false -> false ->
case ejabberd_pkix:get_certfile(?MYNAME) of case ejabberd_pkix:get_certfile(?MYNAME) of
{ok, CertFile} -> {ok, CertFile} ->