mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
Update conversion of DID_* to KEPT_* to match the new values of
DID_* and KEPT_*.
This commit is contained in:
parent
8acc29dc01
commit
2ff7870263
@ -917,7 +917,7 @@ rebuild_env(void)
|
||||
env_update_didvar(*ep, &didvar);
|
||||
}
|
||||
}
|
||||
didvar |= didvar << 8; /* convert DID_* to KEPT_* */
|
||||
didvar |= didvar << 16; /* convert DID_* to KEPT_* */
|
||||
|
||||
/*
|
||||
* Add in defaults. In -i mode these come from the runas user,
|
||||
|
Loading…
x
Reference in New Issue
Block a user