Skip to content
Verified Commit 30357e5c authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

FlatpakPermissionModel: Fix off-by-one insertion index of custom filesystems

This index variable should point *after* the last default filesystems
entry, because it is used for insert() later.

Note that permIndex() method already does some kind of i++ and -- before
returning, so this is the only case which didn't.

(cherry picked from commit 5cb9912f)
parent 3bf47713
Pipeline #356253 passed with stage
in 1 minute and 3 seconds
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