Update comment for clarity

This commit is contained in:
mochi
2022-01-28 21:04:15 +00:00
parent 86e0a5827e
commit a60c96c889

View File

@@ -221,7 +221,7 @@ func (s *Server) EstablishConnection(lid string, c net.Conn, ac auth.Controller)
}
}
} else {
cl.Inflight = existing.Inflight // Inherit from existing session.
cl.Inflight = existing.Inflight // Take address of existing session.
cl.Subscriptions = existing.Subscriptions
sessionPresent = true
}