blob: 2613b09db4bc4f11ae2020e64c8a67d4de43287b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- gradm2/gradm_parse.c 2006/01/22 04:40:42 1.105
+++ gradm2/gradm_parse.c 2006/02/08 00:42:51 1.106
@@ -576,8 +576,8 @@ add_proc_object_acl(struct proc_acl *sub
file_len++;
num_objects++;
- /* one for the object, one for the filename, one for the name entry struct in the kernel*/
- num_pointers += 3;
+ /* one for the object, one for the filename, one for the name entry struct, and one for the inodev_entry struct in the kernel*/
+ num_pointers += 4;
if (lstat(filename, &fstat)) {
dfile = add_deleted_file(filename);
|