Update conversion of DID_* to KEPT_* to match the new values of

DID_* and KEPT_*.
This commit is contained in:
Todd C. Miller
2018-08-28 20:25:06 -06:00
parent 8acc29dc01
commit 2ff7870263

View File

@@ -917,7 +917,7 @@ rebuild_env(void)
env_update_didvar(*ep, &didvar); 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, * Add in defaults. In -i mode these come from the runas user,