summaryrefslogtreecommitdiffstats
path: root/bin/setfacl/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/setfacl/util.c')
-rw-r--r--bin/setfacl/util.c2
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);
}
OpenPOWER on IntegriCloud