mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix a typo in comment :)
This commit is contained in:
parent
6dca89f616
commit
9ba471e210
@ -87,7 +87,7 @@ set_certfile(Opts) ->
|
|||||||
listen_opt_type(certfile) ->
|
listen_opt_type(certfile) ->
|
||||||
fun(S) ->
|
fun(S) ->
|
||||||
%% We cannot deprecate the option for now:
|
%% We cannot deprecate the option for now:
|
||||||
%% I think STUN/TURN clients are too stupid to set SNI
|
%% I think SIP clients are too stupid to set SNI
|
||||||
ejabberd_pkix:add_certfile(S),
|
ejabberd_pkix:add_certfile(S),
|
||||||
iolist_to_binary(S)
|
iolist_to_binary(S)
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user