nfs4: check for presence of FATTR4_CHANGE is not required
This fixes CID 991501.
This commit is contained in:
parent
2723b9eba4
commit
4fa87bf152
@ -45,7 +45,7 @@ NFS4Inode::GetChangeInfo(uint64* change, bool attrDir)
|
||||
AttrValue* values;
|
||||
uint32 count;
|
||||
result = reply.GetAttr(&values, &count);
|
||||
if (result != B_OK || count < 1)
|
||||
if (result != B_OK)
|
||||
return result;
|
||||
|
||||
// FATTR4_CHANGE is mandatory
|
||||
|
Loading…
Reference in New Issue
Block a user