Don't assign rs as we will assign it later.
MFC after: 2 weeks
This commit is contained in:
parent
80c9b523c8
commit
81df8f514c
@ -166,10 +166,8 @@ chargen_stream(int s, struct servtab *sep)
|
||||
|
||||
inetd_setproctitle(sep->se_service, s);
|
||||
|
||||
if (!endring) {
|
||||
if (!endring)
|
||||
initring();
|
||||
rs = ring;
|
||||
}
|
||||
|
||||
text[LINESIZ] = '\r';
|
||||
text[LINESIZ + 1] = '\n';
|
||||
|
Loading…
Reference in New Issue
Block a user