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