From: Andrew Deason Date: Sun, 6 Dec 2009 20:56:20 +0000 (-0600) Subject: Make HandleClientContext take an afs_ucred_t X-Git-Tag: openafs-devel-1_5_69~112 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=5529bf9b6b6b69bbe244f1185e4842e3eca732f5 Make HandleClientContext take an afs_ucred_t 5d5d18071608d9782a5d936f79215048af641410 missed one occurrence of AFS_UCRED. Make HandleClientContext take an afs_ucred_t instead of AFS_UCRED, so afs_pioctl.c builds again. Change-Id: I04c831ad262cade5da0f90fb8860174657dae4bf Reviewed-on: http://gerrit.openafs.org/895 Tested-by: Andrew Deason Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/afs/afs_pioctl.c b/src/afs/afs_pioctl.c index a16388e..c8ff43e 100644 --- a/src/afs/afs_pioctl.c +++ b/src/afs/afs_pioctl.c @@ -3896,7 +3896,7 @@ DECL_PIOCTL(PSetRxkcrypt) #define PIOCTL_HEADER 6 static int HandleClientContext(struct afs_ioctl *ablob, int *com, - afs_ucred_t **acred, AFS_UCRED *credp) + afs_ucred_t **acred, afs_ucred_t *credp) { char *ain, *inData; afs_uint32 hostaddr;