Fixed a bug in security API

N2009_11_14_FIXES
jpandre 2008-03-23 08:41:18 +00:00
parent d766714986
commit e5fcb9e844
1 changed files with 1 additions and 0 deletions

View File

@ -5252,6 +5252,7 @@ struct SECURITY_API *ntfs_initialize_file_security(const char *device,
ntfs_malloc(sizeof(struct SECURITY_API));
if (scapi) {
scapi->magic = MAGIC_API;
scapi->seccache = (struct PERMISSIONS_CACHE*)NULL;
scx = &scapi->security;
scx->vol = vol;
scx->uid = getuid();