Init fSelfLink

This commit is contained in:
Ingo Weinhold 2011-06-24 13:30:08 +02:00
parent 5f80e51a9e
commit 77574d40ee
1 changed files with 2 additions and 1 deletions

View File

@ -135,8 +135,9 @@ private:
PackageLinkDirectory::PackageLinkDirectory()
:
Directory(0)
Directory(0),
// the ID needs to be assigned later, when added to a volume
fSelfLink(NULL)
{
get_real_time(fModifiedTime);
}