diff -r 3d4e814cadfa -r f47bd0f7e2e6 core/s2smanager.lua --- a/core/s2smanager.lua Mon Mar 22 14:36:53 2010 +0000 +++ b/core/s2smanager.lua Mon Mar 22 14:58:25 2010 +0000 @@ -506,6 +506,7 @@ 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;