check_dir_perms fix return nil

bug/bundler_fix
Meatballs 2013-12-15 17:18:32 +00:00
parent fe7852b524
commit 8c800b8596
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,8 @@ module Accounts
w = adv.AccessCheck(sd, token, "ACCESS_WRITE", gen_map, len, len, 4, 8)
if !w["return"] then return nil end
if w["GrantedAccess"] > 0 then result << "W" end
result
end
end # Accounts