core/s2smanager.lua
changeset 10248 483cc47f15f8
parent 10247 b36765ab0ae3
child 10305 3123a13cf577
--- a/core/s2smanager.lua	Sat Sep 07 17:31:26 2019 +0200
+++ b/core/s2smanager.lua	Sat Sep 07 17:32:55 2019 +0200
@@ -47,6 +47,7 @@
 	host_session.notopen = true;
 	host_session.direction = "outgoing";
 	host_session.outgoing = true;
+	host_session.hosts = {};
 	hosts[from_host].s2sout[to_host] = host_session;
 	return host_session;
 end