[3171] in Release_Engineering

home help back first fref pref prev next nref lref last post

Necessary change to the source tree

daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Wed Mar 23 11:41:35 1994

From: epeisach@MIT.EDU
Date: Wed, 23 Mar 1994 11:41:32 -0500
To: rel-eng@MIT.EDU


There was a report a while ago about a bug in the source tree copy of
hostinfo... 

The current version is 1.7... The error was made when the line below was
changed to = and not "==". This will break things in the next release
unless fixed....

I'm just sending this in to make sure it is not forgotten....

RCS file: RCS/hostinfo.c,v
retrieving revision 1.6
diff -r1.6 hostinfo.c
<       if(host_entry <= 0)
---
>       if(host_entry = (struct hostent *)0)

home help back first fref pref prev next nref lref last post