Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
775ccd77
Commit
775ccd77
authored
Feb 23, 2019
by
Sietse Ringers
Browse files
Fix incomplete session deletion
parent
c2fb315f
Changes
1
Hide whitespace changes
Inline
Side-by-side
internal/servercore/sessions.go
View file @
775ccd77
...
...
@@ -123,6 +123,7 @@ func (s *memorySessionStore) deleteExpired() {
if
session
.
evtSource
!=
nil
{
session
.
evtSource
.
Close
()
}
delete
(
s
.
client
,
session
.
clientToken
)
delete
(
s
.
requestor
,
token
)
}
s
.
Unlock
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment