Skip to content

gkr: Use 0 on empty flags

Niels De Graef requested to merge wip/nielsdg/fix-ci into master

A Flags-type variable without any flag set can be replaced with 0, so this is a safe thing to do. It also prevents us from having to deal with the accidental API break in libsecret (see libsecret!19 (merged))

Merge request reports