12 lines
248 B
Diff
12 lines
248 B
Diff
--- atd.c
|
|
+++ atd.c
|
|
@@ -383,7 +383,7 @@
|
|
|
|
PRIV_START
|
|
|
|
- nice((tolower((int) queue) - 'a' + 1) * 2);
|
|
+ nice((tolower((int) queue) - 'a' ) );
|
|
|
|
if (initgroups(pentry->pw_name, pentry->pw_gid))
|
|
perr("Cannot delete saved userids");
|