mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
getty: push assignment to inner block.
No functional change. MFC after: 2 weeks
This commit is contained in:
parent
5927c1bb31
commit
c7b8bc367f
1 changed files with 2 additions and 2 deletions
|
|
@ -564,8 +564,8 @@ makeenv(char *env[])
|
|||
strlcat(termbuf, TT, sizeof(termbuf));
|
||||
*ep++ = termbuf;
|
||||
}
|
||||
if ((p = EV)) {
|
||||
q = p;
|
||||
if (EV) {
|
||||
p = EV;
|
||||
while ((q = strchr(q, ','))) {
|
||||
*q++ = '\0';
|
||||
*ep++ = p;
|
||||
|
|
|
|||
Loading…
Reference in a new issue