<div dir="ltr">Handling utmp is login's job: telnetd should just pass the appropriate<br>option to login.<br><br>(I was investigating a different bug that caused telnetd to take 100%<br>CPU after a network outage and noticed an unexpected utmp fd. It turned<br>out to not be relevant to my actual problem, but it did remind me that<br>this utmp code isn't right in small details like that, but also in the<br>bigger picture: it's writing the wrong information, and only on logout,<br>not login. But rather than try to fix it, let's just let login do its<br>job.)<br>---<br> toys/pending/telnetd.c | 32 ++++++++++----------------------<br> 1 file changed, 10 insertions(+), 22 deletions(-)<br></div>