Skip to content

replace -1 return codes with 255

Christian Boltz requested to merge cboltz/apparmor:cboltz-minus-one into master

Technically "return -1" returns 255, so we should write it that way.

(found by shellcheck)

Merge request reports