Path: utzoo!attcan!uunet!cs.utexas.edu!mailrus!cornell!ken
From: ken@gvax.cs.cornell.edu (Ken Birman)
Newsgroups: comp.sys.isis
Subject: A one-liner
Message-ID: <32690@cornell.UUCP>
Date: 30 Sep 89 12:51:48 GMT
Sender: nobody@cornell.UUCP
Reply-To: ken@cs.cornell.edu (Ken Birman)
Distribution: comp
Organization: Cornell Univ. CS Dept, Ithaca NY
Lines: 17

If you picked up ISISV1.3 yesterday, please make the following
one line change:

in mlib/msg_types.c, find the routine "msg_convertheader()"

Insert the following line:
	msg_convertlong (&hdr->n_fields);
right before the for loop 

The effect of this was to prevent machines from talking to
each other if the byte order differed.  We actually had made
this change, but for some reason it wasn't check-out (under RCS)
in the place we make distribution tapes.  

I have already patched ISISV13.TAR to reflect this.

Ken Birman