Changeset 55


Ignore:
Timestamp:
Jan 10, 2007, 2:28:56 AM (17 years ago)
Author:
jbarnold
Message:
Corrected bug that can cause shared tokens to disappear
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/patches/openafs-scripts.patch

    r41 r55  
    5353 /* Local variables */
    5454 
    55 +afs_int32 globalpag;
     55+afs_int32 globalpag = 0;
    5656+
    5757 /*
     
    6464+
    6565+    av->realuid = acred->cr_ruid;
    66 +    if(acred->cr_ruid == AFSAGENT_UID) {
     66+    if(!globalpag && acred->cr_ruid == AFSAGENT_UID) {
    6767+      globalpag = av->uid;
    6868+    }
Note: See TracChangeset for help on using the changeset viewer.