nfs4: Make sure OpenDirCookie::fSnapshot is properly initialized

This commit is contained in:
Pawel Dziepak 2014-02-20 23:53:40 +01:00
parent afc21e1367
commit e1be7a26a4

View File

@ -184,7 +184,8 @@ OpenFileCookie::RemoveLock(LockInfo* lock, LockInfo* prev)
OpenDirCookie::OpenDirCookie(FileSystem* fileSystem)
:
Cookie(fileSystem)
Cookie(fileSystem),
fSnapshot(NULL)
{
}