summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/ntvfs/ipc/vfs_ipc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c
index bd433537aa..bfc792ec95 100644
--- a/source4/ntvfs/ipc/vfs_ipc.c
+++ b/source4/ntvfs/ipc/vfs_ipc.c
@@ -893,8 +893,6 @@ static NTSTATUS ipc_qfileinfo(struct ntvfs_module_context *ntvfs,
default:
return ntvfs_map_qfileinfo(ntvfs, req, info);
}
-
- return NT_STATUS_ACCESS_DENIED;
}
@@ -1317,8 +1315,6 @@ static NTSTATUS ipc_ioctl(struct ntvfs_module_context *ntvfs,
default:
return NT_STATUS_ACCESS_DENIED;
}
-
- return NT_STATUS_ACCESS_DENIED;
}