]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Remove special-case call sequence for KAM_SetPassword on s390
authorRuss Allbery <rra@stanford.edu>
Tue, 20 Apr 2010 04:36:09 +0000 (21:36 -0700)
committerRuss Allbery <rra@debian.org>
Wed, 21 Apr 2010 00:50:39 +0000 (17:50 -0700)
commit83d4aaacc60c0cd875a97af745c242e405cbb902
treede9cefee9e755feddc7f68c108e340812169d5f9
parent61878c4896bc39b69221f957b3b7016fef8fb3e8
Remove special-case call sequence for KAM_SetPassword on s390

For Linux s390 (but not s390x), an additional argument was passed
to KAM_SetPassword between the kvno and the encryption key.  This
doesn't seem to match the rest of the code and is now, with stricter
prototyping, preventing the code from compiling.  Remove it and use
the same call sequence on s390 as everywhere else.

Change-Id: I750f64212e80d4bed4500e316ad7d354608866d7
Reviewed-on: http://gerrit.openafs.org/1790
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit d80382efc5b0e3c8d32688a94c7ff7c68882cb59)
src/kauth/admin_tools.c
src/kauth/authclient.c