Init fSelfLink

This commit is contained in:
Ingo Weinhold
2011-11-25 06:18:07 +01:00
parent f985352ef1
commit 8c5a05b653
@@ -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);
}