diff options
author | Kim Alvefur <zash@zash.se> | 2013-10-07 12:56:53 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-10-07 12:56:53 +0200 |
commit | 7da00de6e9c6990da97da982a4691213562d6e22 (patch) | |
tree | 121f351fb160d4534449768e1c2808a66e05e74e /plugins/mod_s2s/s2sout.lib.lua | |
parent | dbb308a3935ce41afa777500b828ed21bb7e508a (diff) | |
parent | 913e2225b5dcf1baf7d623122046da4f27766a04 (diff) | |
download | prosody-7da00de6e9c6990da97da982a4691213562d6e22.tar.gz prosody-7da00de6e9c6990da97da982a4691213562d6e22.zip |
Merge 0.10->trunk
Diffstat (limited to 'plugins/mod_s2s/s2sout.lib.lua')
-rw-r--r-- | plugins/mod_s2s/s2sout.lib.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_s2s/s2sout.lib.lua b/plugins/mod_s2s/s2sout.lib.lua index ec8ea4d4..dbbef360 100644 --- a/plugins/mod_s2s/s2sout.lib.lua +++ b/plugins/mod_s2s/s2sout.lib.lua @@ -270,6 +270,7 @@ function s2sout.make_connect(host_session, connect_host, connect_port) -- Reset secure flag in case this is another -- connection attempt after a failed STARTTLS host_session.secure = nil; + host_session.encrypted = nil; local conn, handler; local proto = connect_host.proto; |