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
62966ab9
Commit
62966ab9
authored
Feb 11, 2019
by
Sietse Ringers
Browse files
Fix wrong xml tag and missing pointer
parent
6430ccbe
Changes
2
Hide whitespace changes
Inline
Side-by-side
descriptions.go
View file @
62966ab9
...
...
@@ -57,7 +57,7 @@ type CredentialType struct {
AttributeTypes
[]
*
AttributeType
`xml:"Attributes>Attribute" json:"-"`
XMLVersion
int
`xml:"version,attr"`
XMLName
xml
.
Name
`xml:"IssueSpecification"`
IssueURL
TranslatedString
`xml:
'
IssueURL
'
`
IssueURL
TranslatedString
`xml:
"
IssueURL
"
`
Valid
bool
`xml:"-"`
}
...
...
internal/servercore/sessions.go
View file @
62966ab9
...
...
@@ -78,7 +78,7 @@ func (s *memorySessionStore) update(session *session) {
session
.
onUpdate
()
}
func
(
s
memorySessionStore
)
deleteExpired
()
{
func
(
s
*
memorySessionStore
)
deleteExpired
()
{
// First check which sessions have expired
// We don't need a write lock for this yet, so postpone that for actual deleting
s
.
RLock
()
...
...
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