# HG changeset patch # User Kim Alvefur # Date 1617708438 -7200 # Node ID 61d38c4b749d9ee15508e1f537286e9cb77140f8 # Parent 1f700f5f62cb44889288205d9a9ed7386a923fe0 core.hostmanager: Remove obsolete clearing of srv_hosts Gone with s2sout.lib in 756b8821007a diff -r 1f700f5f62cb -r 61d38c4b749d core/hostmanager.lua --- a/core/hostmanager.lua Tue Apr 06 13:25:38 2021 +0200 +++ b/core/hostmanager.lua Tue Apr 06 13:27:18 2021 +0200 @@ -133,7 +133,6 @@ for remotehost, session in pairs(host_session.s2sout) do if session.close then log("debug", "Closing outgoing connection to %s", remotehost); - if session.srv_hosts then session.srv_hosts = nil; end session:close(reason); end end