Files
flatpak/system-helper
Sebastian Wick f1bdc6aeae system-helper: Only remove an ongoing pull if users match
The code would always remove a pull from the hashtable, and then check if the
users match and abort if they don't. Either way, the pull gets dropped.

Fix this by only removing the pull if the dir and the user match.
2026-04-07 16:30:26 -04:00
..