2
0
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:
Todd C. Miller 2021-06-02 07:21:40 -06:00
parent b1d4a02eab
commit 82f5592d67

View File

@ -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