We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc5731 commit ade39ebCopy full SHA for ade39eb
1 file changed
src/Global.hpp
@@ -34,7 +34,7 @@ class Permission {
34
35
public:
36
37
- static void dropPrivileges(uint GroupID, uint UserID)
+ static void dropPrivileges(unsigned int GroupID, unsigned int UserID)
38
{
39
// in case of being root, drop privileges
40
if (getuid() == 0) {
0 commit comments