Skip to content

Commit

Permalink
Merge pull request #430 from hholst80/main
Browse files Browse the repository at this point in the history
Remove unsupported option "lazytime"
  • Loading branch information
giuseppe authored Aug 18, 2024
2 parents 147609b + e107b0b commit ab0b0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5640,7 +5640,7 @@ get_new_args (int *argc, char **argv)

newargv[0] = argv[0];
if (geteuid () == 0)
newargv[1] = "-odefault_permissions,allow_other,suid,noatime,lazytime";
newargv[1] = "-odefault_permissions,allow_other,suid,noatime";
else
newargv[1] = "-odefault_permissions,noatime";
for (i = 1; i < *argc; i++)
Expand Down

0 comments on commit ab0b0f6

Please sign in to comment.