Skip to content
Verified Commit 5cb9912f 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.
parent 0640fdf2
Pipeline #356252 failed with stage
in 28 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