[1224] in Kerberos-V5-bugs
Re: KDC should allow port to be specified on the command line
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Tue Mar 21 12:41:58 1995
Date: Tue, 21 Mar 1995 12:41:46 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: "Barry Jaspan" <bjaspan@cam.ov.com>, jik@cam.ov.com
Cc: krb5-bugs@MIT.EDU
In-Reply-To: "[912] in Kerberos-V5-bugs"
[0912] daemon@ATHENA.MIT.EDU (Barry Jaspan) Kerberos-V5-bugs 10/28/94 15:31 (118 lines)
Date: Fri, 28 Oct 94 15:33:30 EDT
From: "Barry Jaspan" <bjaspan@cam.ov.com>
There was a bug in the patch to network.c that we submitted on 2 Sep
1994. The variable primary_port was declared extern int instead of
extern short and the code path did not properly create the socket if
primary_port was specified. The patch below fixes the problem and
*replaces* the earlier patch. If you need a patch relative to the
earlier patch (because you've already applied it and other changes)
we can provide one.
This patch has now been applied to our tree. Thanks for providing it to
us!
- Ted