# HG changeset patch # User Kim Alvefur # Date 1567870375 -7200 # Node ID 483cc47f15f8cd5c22786cdd3875a48fb6051616 # Parent b36765ab0ae37488dfe3a74cca72054b8daa0f58 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 diff -r b36765ab0ae3 -r 483cc47f15f8 core/s2smanager.lua --- 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