You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
221 B

--- a/src/knocker_user.c
+++ b/src/knocker_user.c
@@ -82,7 +82,7 @@
_dir_create (user->dir);
}
- if (knocker_user_is_root)
+ if (knocker_user_is_root())
user->super = 1;
else
user->super = 0;