Don't assign rs as we will assign it later.

MFC after:	2 weeks
This commit is contained in:
delphij 2017-11-27 04:15:03 +00:00
parent 80c9b523c8
commit 81df8f514c

View File

@ -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';