OpenAFS Master Repository branch, master, updated. c9f313ba6a26a0a21632b439e690efefc4e7c260
Gerrit Code Review
gerrit@openafs.org
Thu, 23 Jul 2009 10:34:42 -0700 (PDT)
The following commit has been merged in the master branch:
commit c9f313ba6a26a0a21632b439e690efefc4e7c260
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Wed Jul 22 22:40:13 2009 +0100
Do not call principal_ntoh to copy ktc_principal structs
principal_ntoh() is designed for butc_principal structures, which are a
different size from ktc_principal structures, and so it can't be used to
copy them.
Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/185
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/budb/struct_ops.c | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository