[1229] in Kerberos-V5-bugs
Re: krb5b4pl3: appl/bsd/krsh.c: debug_port needs to be htons()'d
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Tue Mar 21 12:47:01 1995
Date: Tue, 21 Mar 1995 12:46:37 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: "Jonathan I. Kamens" <jik@cam.ov.com>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: "[1166] in Kerberos-V5-bugs"
[1166]F daemon@ATHENA.MIT.EDU (Jonathan I. Kamens) Kerberos-V5-bugs 03/14/95 13:52 (28 lines)
From: "Jonathan I. Kamens" <jik@cam.ov.com>
Date: Tue, 14 Mar 1995 13:56:08 -0500
Changing debug_port from int to short is debatable, I guess, because
short might be an eight-bit quantity on some systems. The second
patch, however, is required regardless of the first patch (I believe).
This patch was already in the tree; debug_port has been left as an int,
since that's harmless in this case.