aboutsummaryrefslogtreecommitdiffstats
path: root/core/s2smanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/s2smanager.lua')
-rw-r--r--core/s2smanager.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/s2smanager.lua b/core/s2smanager.lua
index b8faf712..879084d8 100644
--- a/core/s2smanager.lua
+++ b/core/s2smanager.lua
@@ -379,6 +379,8 @@ function mark_connected(session)
end
session.sendq = nil;
end
+
+ session.srv_hosts = nil;
end
end