diff options
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 } |