Skip to content
Snippets Groups Projects
Commit 53bd205f authored by Christian Pointner's avatar Christian Pointner
Browse files

minor cleanup

parent d304be92
No related branches found
No related tags found
No related merge requests found
......@@ -319,8 +319,8 @@ func (sm *SessionManager) update(id string, s *Session) error {
if !ok {
return errors.New("session not found.")
}
s.secret = old.secret
s.id = old.id
s.secret = old.secret
s.state = old.state
s.ctx = old.ctx
s.cancel = old.cancel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment