| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 44f19ce commit 9f55dfc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -49,7 +49,7 @@ namespace credentials { | |||
| 49 | 49 | ||
| 50 | 50 | #if defined(__linux__) | |
| 51 | 51 | // Returns true if the current process only has the passed-in capability. | |
| 52 | - bool HasOnly(int capability) { | ||
| 52 | + static bool HasOnly(int capability) { | ||
| 53 | 53 | DCHECK(cap_valid(capability)); | |
| 54 | 54 | ||
| 55 | 55 | struct __user_cap_data_struct cap_data[2]; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments