Просмотр исходного кода

Change 'ssl' option to 'sslopts'

Feng Lee 9 лет назад
Родитель
Сommit
6557dbe967
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      priv/emq.schema

+ 1 - 1
priv/emq.schema

@@ -725,7 +725,7 @@ end}.
                             ConnOpts = Filter([{rate_limit, cuttlefish:conf_get(Key ++ ".rate_limit", Conf, undefined)}]),
                             Opts = [{connopts, ConnOpts}, {sockopts, TcpOpts(Key)} | LisOpts(Key)],
                             [{Name, Port, case Name =:= ssl orelse Name =:= https of
-                                              true  -> [{ssl, SslOpts(Key)} | Opts];
+                                              true  -> [{sslopts, SslOpts(Key)} | Opts];
                                               false -> Opts
                                           end}]
                    end