core/s2smanager.lua
changeset 11422 f4b76e500768
parent 10429 42cf93ff4618
child 11904 60676b607b6d
--- a/core/s2smanager.lua	Wed Mar 03 13:26:38 2021 +0100
+++ b/core/s2smanager.lua	Wed Mar 03 13:30:19 2021 +0100
@@ -55,6 +55,7 @@
 local resting_session = { -- Resting, not dead
 		destroyed = true;
 		type = "s2s_destroyed";
+		direction = "destroyed";
 		open_stream = function (session)
 			session.log("debug", "Attempt to open stream on resting session");
 		end;