mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-16 13:00:48 -04:00
Before this change, the hash table was populated with the keyfile as key and value, but the lookup and invalidate was done on the sender as the key. We never found a previous sender, and never invalidated one. Fix this by actually using the sender as the key.