OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-453-gd3a0537
Gerrit Code Review
gerrit@openafs.org
Tue, 23 Nov 2010 21:30:26 -0800 (PST)
The following commit has been merged in the master branch:
commit d3a0537b7772e087437913a115f88c8f48e0348c
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Nov 21 10:16:26 2010 +0000
rx: Rework identity copying
Change the behaviour of the rx_identity_copy function so that it
copies the whole identity, not just the contents. Add a new function
rx_identity_copyContents which just copies the contents of an identity
into an existing identity structure.
This restores symmetry with the free and freeContents functions.
Change-Id: I692ac8434b1538c283a8ae713956be8ae67cccfd
Reviewed-on: http://gerrit.openafs.org/3352
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/rx/rx_identity.c | 21 +++++++++++++++++++--
src/rx/rx_identity.h | 3 ++-
src/shlibafsrpc/libafsrpc.map | 1 +
3 files changed, 22 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository