nfs4: Wrong filehandle used when creating a file

This commit is contained in:
Pawel Dziepak
2012-06-29 02:15:15 +02:00
parent abba2fddf1
commit 38a1270e11
@@ -710,7 +710,7 @@ Inode::Create(const char* name, int mode, int perms, OpenFileCookie* cookie,
cookie->fOwnerId = atomic_add64(&cookie->fLastOwnerId, 1);
req.PutFH(fParentFH);
req.PutFH(fHandle);
AttrValue cattr[2];
uint32 i = 0;