summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/pecoff/imgact_pecoff.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/compat/pecoff/imgact_pecoff.c b/sys/compat/pecoff/imgact_pecoff.c
index 52355f7..b15c65c 100644
--- a/sys/compat/pecoff/imgact_pecoff.c
+++ b/sys/compat/pecoff/imgact_pecoff.c
@@ -318,10 +318,6 @@ pecoff_load_file(struct thread * td, const char *file, u_long * addr, u_long * e
* Check permissions, modes, uid, etc on the file, and "open" it.
*/
error = exec_check_permissions(imgp);
- if (error) {
- VOP_UNLOCK(nd.ni_vp, 0, td);
- goto fail;
- }
VOP_UNLOCK(nd.ni_vp, 0, td);
if (error)
goto fail;
OpenPOWER on IntegriCloud