SELinux patch fix.

This commit is contained in:
Tim Waugh 2007-01-10 13:02:52 +00:00
parent d66c4db957
commit 69dd970338

View File

@ -285,7 +285,7 @@
- f->name = xstrdup (name);
+ f->filetype = type;
+ memset (&f->stat, '\0', sizeof (f->stat));
+ f->name = xstrdup (absolute_name);
+ f->name = xstrdup (name);
files_index++;
-
return 0;