core.hostmanager: Remove obsolete clearing of srv_hosts

Gone with s2sout.lib in 756b8821007a
This commit is contained in:
Kim Alvefur 2021-04-06 13:27:18 +02:00
parent d35efa926b
commit 8c81d37532

View file

@ -133,7 +133,6 @@ function deactivate(host, reason)
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