summaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util.c b/util.c
index dd11e5d..ba7b75e 100644
--- a/util.c
+++ b/util.c
@@ -459,7 +459,8 @@ static bool bfs_check_acl_type(const char *path, acl_type_t type) {
break;
}
#else
- return true;
+ ret = true;
+ break;
#endif
}