aboutsummaryrefslogtreecommitdiffstats
path: root/core/s2smanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/s2smanager.lua')
-rw-r--r--core/s2smanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/s2smanager.lua b/core/s2smanager.lua
index f0b802d8..bc336372 100644
--- a/core/s2smanager.lua
+++ b/core/s2smanager.lua
@@ -506,6 +506,7 @@ end
local resting_session = { -- Resting, not dead
destroyed = true;
+ type = "s2s_destroyed";
open_stream = function (session)
session.log("debug", "Attempt to open stream on resting session");
end;