[652] in Kerberos-V5-bugs
Re: Compile Problem with Kerberos 5.4.2
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed Aug 17 15:26:30 1994
Date: Wed, 17 Aug 94 15:25:45 EDT
From: tytso@MIT.EDU (Theodore Ts'o)
To: "Doug Engert" <DEEngert@anl.gov>
Cc: <krb5-bugs@MIT.EDU>, <auth-pilot@es.net>
In-Reply-To: [651]
Yes, removing the "const" is the quick fix solution; I've already
addressed this problem in slightly better way by keeping the "const",
and changing how the two functions work so that they don't modify the
passed structure as a side effect any more. So that's what will be done
for the next patch release....
- Ted