Changeset 1625 for branches/fc13-dev/server/common/patches
- Timestamp:
- Sep 8, 2010, 9:32:29 PM (14 years ago)
- Location:
- branches/fc13-dev/server/common/patches
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc13-dev/server/common/patches/openafs-scripts.patch
r1509 r1625 134 134 --- openafs-1.4/src/afs/afs_osi_pag.c 135 135 +++ openafs-1.4+scripts/src/afs/afs_osi_pag.c 136 @@ - 51,6 +51,8 @@136 @@ -49,6 +49,8 @@ 137 137 #endif 138 138 /* Local variables */ … … 143 143 * Pags are implemented as follows: the set of groups whose long 144 144 * representation is '41XXXXXX' hex are used to represent the pags. 145 @@ -4 58,6 +460,15 @@145 @@ -449,6 +451,15 @@ 146 146 av->uid = acred->cr_ruid; /* default when no pag is set */ 147 147 #endif … … 156 156 + } 157 157 + 158 av->initd = 0;159 158 return 0; 160 159 } 160 161 161 diff -ur openafs-1.4/src/afs/afs_pioctl.c openafs-1.4+scripts/src/afs/afs_pioctl.c 162 162 --- openafs-1.4/src/afs/afs_pioctl.c
Note: See TracChangeset
for help on using the changeset viewer.