mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 13:58:05 +00:00
T_TIMEOUT is not a bitwise flag so doesn't need to be a power of 2.
This commit is contained in:
parent
b1d4a02eab
commit
82f5592d67
@ -104,7 +104,7 @@ struct early_default {
|
||||
#undef T_TIMESPEC
|
||||
#define T_TIMESPEC 0x010
|
||||
#undef T_TIMEOUT
|
||||
#define T_TIMEOUT 0x020
|
||||
#define T_TIMEOUT 0x011
|
||||
#undef T_MASK
|
||||
#define T_MASK 0x0FF
|
||||
#undef T_BOOL
|
||||
|
Loading…
x
Reference in New Issue
Block a user