nfs4: Fix CID 990984 and 991173: missing assignment in error check
This commit is contained in:
parent
e975b31db3
commit
c689b9f5f1
@ -181,7 +181,7 @@ Inode::ReadDirUp(struct dirent* de, uint32 pos, uint32 size)
|
||||
if (fFileSystem->IsAttrSupported(FATTR4_FILEID)) {
|
||||
AttrValue* values;
|
||||
uint32 count;
|
||||
reply.GetAttr(&values, &count);
|
||||
result = reply.GetAttr(&values, &count);
|
||||
if (result != B_OK)
|
||||
return result;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user