Changeset

10244:483cc47f15f8

core.s2smanager: Add map of names authenticate for remote on s2sout for parity with s2sin Making s2sin and -out look more alike in preparation for bidi support
author Kim Alvefur <zash@zash.se>
date Sat, 07 Sep 2019 17:32:55 +0200
parents 10243:b36765ab0ae3
children 10245:88efdfb0a126
files core/s2smanager.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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