Skip to content

Commit

Permalink
Update capability_check.cr
Browse files Browse the repository at this point in the history
  • Loading branch information
PercussiveElbow authored Dec 16, 2020
1 parent fb09d9c commit 191e0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checks/capability/capability_check.cr
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def capability_load
end
end
end
if cap_inh
if cap_inh && cap_inh != "0000000000000000"
return cap_inh
end
else
Expand Down

0 comments on commit 191e0a8

Please sign in to comment.