summaryrefslogtreecommitdiffstats
path: root/src/usr/vfs/vfsrp.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/vfs/vfsrp.C')
-rw-r--r--src/usr/vfs/vfsrp.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/vfs/vfsrp.C b/src/usr/vfs/vfsrp.C
index 63f2a15e7..0682460ee 100644
--- a/src/usr/vfs/vfsrp.C
+++ b/src/usr/vfs/vfsrp.C
@@ -362,9 +362,9 @@ void VfsRp::msgHandler()
// Failed to pass secureboot verification
if(l_errl)
{
+ msg->data[1] = -EACCES;
SECUREBOOT::handleSecurebootFailure(
l_errl,false);
- msg->data[1] = -EACCES;
break;
}
}
OpenPOWER on IntegriCloud