[11628] in Athena Bugs
The source for "hostinfo" is blatantly wrong.
daemon@ATHENA.MIT.EDU (Salvatore Valente)
Thu Jan 20 05:09:17 1994
To: bugs@MIT.EDU
Date: Thu, 20 Jan 1994 05:09:12 -0500
From: Salvatore Valente <svalente@MIT.EDU>
There is a bug in /source/athena/athena.bin/hostinfo/hostinfo.c.
Apparently this hasn't made it into a release yet. Don't let it.
Here's the patch. I don't feel that I need to explain the bug.
*** /source/athena/athena.bin/hostinfo/hostinfo.c Sat Oct 23 17:08:23 1993
--- /usr/src/athena/hostinfo/hostinfo.c Thu Jan 20 05:03:30 1994
***************
*** 154,156 ****
! if(host_entry = (struct hostent *)0)
{
--- 154,156 ----
! if(host_entry == (struct hostent *)0)
{