sessionmanager, s2smanager: Add type of ?2s_destroyed to resting sessions (fixes a logging traceback, thanks Flo)

This commit is contained in:
Matthew Wild 2010-03-22 14:58:25 +00:00
parent c3a993d0ad
commit 6fc597e709
2 changed files with 2 additions and 0 deletions

View file

@ -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;