Skip to content

Commit ade39eb

Browse files
committed
Fix types
1 parent adc5731 commit ade39eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Global.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Permission {
3434

3535
public:
3636

37-
static void dropPrivileges(uint GroupID, uint UserID)
37+
static void dropPrivileges(unsigned int GroupID, unsigned int UserID)
3838
{
3939
// in case of being root, drop privileges
4040
if (getuid() == 0) {

0 commit comments

Comments
 (0)