Frank Lichtenheld <[EMAIL PROTECTED]> writes: > On Sun, Apr 24, 2005 at 05:58:32PM -0400, Sam Hartman wrote: >> >>>>> "Andreas" == Andreas Jochens <[EMAIL PROTECTED]> writes:
>> Andreas> This bug can now be reproduced in a current i386/testing >> Andreas> environment (openafs version 1.3.81-3 is now in sarge). >> Oops yeah. >> This is not so good. I will need to deal with this post haste. I >> should get to it in the next day or so. > Obviously that didn't happen. Would welcome an NMU for this issue or > do you think you can upload soon? I won't speak for Sam on that, but incidentally, I've tested that the following patch does indeed fix the compilation problem. It appears to be correct so far as I can tell, although I alas don't have a suitable environment for testing it completely. --- openafs-krb5-1.3/src/asetkey.c 2000-11-07 07:52:57.000000000 -0800 +++ openafs-krb5-1.3.fixed/src/asetkey.c 2005-05-01 10:50:41.000000000 -0700 @@ -77,7 +77,7 @@ exit(1); } - code = afsconf_AddKey(tdir, kvno, key->contents); + code = afsconf_AddKey(tdir, kvno, key->contents, 1); if (code) { printf("setkey: failed to set key, code %d.\n", code); exit(1); -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]