diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/setfacl/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setfacl/util.c b/bin/setfacl/util.c index 3c42979..a7fb6a6 100644 --- a/bin/setfacl/util.c +++ b/bin/setfacl/util.c @@ -64,5 +64,5 @@ branding_mismatch(int brand1, int brand2) return (0); if (brand1 != brand2) return (1); - return (1); + return (0); } |