mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
Revert "getty: push assignment to inner block."
This reverts commit c7b8bc367f
.
Pointed out by: trasz
This commit is contained in:
parent
416051f581
commit
8725f0b9db
@ -564,8 +564,8 @@ makeenv(char *env[])
|
||||
strlcat(termbuf, TT, sizeof(termbuf));
|
||||
*ep++ = termbuf;
|
||||
}
|
||||
if (EV) {
|
||||
p = EV;
|
||||
if ((p = EV)) {
|
||||
q = p;
|
||||
while ((q = strchr(q, ','))) {
|
||||
*q++ = '\0';
|
||||
*ep++ = p;
|
||||
|
Loading…
Reference in New Issue
Block a user