nfs4: Fix CID 991752: remove unnecessary return

This commit is contained in:
Pawel Dziepak 2013-03-19 02:57:18 +01:00
parent 5bdf33bc7a
commit ca8ad1dc1a
1 changed files with 0 additions and 1 deletions

View File

@ -366,7 +366,6 @@ NFS4Server::CallbackGetAttr(RequestInterpreter* request, ReplyBuilder* reply)
status_t result = request->GetAttr(&handle, &mask);
if (result != B_OK)
return result;
return B_OK;
MutexLocker locker(fFSLock);