Skip to content
Commit 3341979e authored by Ray Strode's avatar Ray Strode
Browse files

identity: don't queue two temporary accounts for one identity

There are cases where more than one temporary g-o-a account can get
created on kinit. That is because creating a temporary account is
asynchronous, and kinit can trigger multiple refreshes of the credential
cache in one go.

This commit accounts for all pending temporary account additions in a
hash table, and filters out duplicates.

https://bugzilla.gnome.org/show_bug.cgi?id=709103
parent 0db6b15d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment