s2smanager: Remove srv_hosts from session when connected, this fixes attempting to...
authorMatthew Wild <mwild1@gmail.com>
Fri, 19 Jun 2009 16:27:03 +0000 (17:27 +0100)
committerMatthew Wild <mwild1@gmail.com>
Fri, 19 Jun 2009 16:27:03 +0000 (17:27 +0100)
core/s2smanager.lua

index b8faf7127dacb7e2856e6d24be2186b33828022d..879084d86554db54dd19c5dbcac55ff1d59cab83 100644 (file)
@@ -379,6 +379,8 @@ function mark_connected(session)
                        end
                        session.sendq = nil;
                end
+               
+               session.srv_hosts = nil;
        end
 end