Jelajahi Sumber

Change the 'ssl' to 'sslopts'

Feng Lee 9 tahun lalu
induk
melakukan
b5446ceb4d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      test/emqttd_SUITE_data/emqttd.schema

+ 1 - 1
test/emqttd_SUITE_data/emqttd.schema

@@ -710,7 +710,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