From 6c9c14c5dc5ea13d1da60ed4826aa0fb2888f37f Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sat, 26 Dec 2009 11:03:10 +0000 Subject: [PATCH] Fix breakage introduced in last commit. --- bin/setfacl/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setfacl/util.c b/bin/setfacl/util.c index 3c429797b14d..a7fb6a61bc55 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); }