Changeset 55 for server/common
- Timestamp:
- Jan 10, 2007, 2:28:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/patches/openafs-scripts.patch
r41 r55 53 53 /* Local variables */ 54 54 55 +afs_int32 globalpag ;55 +afs_int32 globalpag = 0; 56 56 + 57 57 /* … … 64 64 + 65 65 + av->realuid = acred->cr_ruid; 66 + if( acred->cr_ruid == AFSAGENT_UID) {66 + if(!globalpag && acred->cr_ruid == AFSAGENT_UID) { 67 67 + globalpag = av->uid; 68 68 + }
Note: See TracChangeset
for help on using the changeset viewer.