diff options
-rw-r--r-- | source4/ntvfs/posix/vfs_posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.c b/source4/ntvfs/posix/vfs_posix.c index cfbb892d9c..93cfbd74a9 100644 --- a/source4/ntvfs/posix/vfs_posix.c +++ b/source4/ntvfs/posix/vfs_posix.c @@ -42,7 +42,7 @@ static NTSTATUS pvfs_connect(struct smbsrv_request *req, const char *sharename) DEBUGADD(0,(" all file acess is done as user 'root'\n")); DEBUGADD(0,(" Please don't use this a sensitive data!!!\n")); - return NT_STATUS_ACCESS_DENIED; + return NT_STATUS_DEVICE_CONFIGURATION_ERROR; } /* |