1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

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

MFC after:	2 weeks
This commit is contained in:
Xin LI 2017-11-27 04:15:03 +00:00
parent a812deb1f2
commit 483825ed9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326244

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