diff options
Diffstat (limited to 'source4/ntvfs/simple/vfs_simple.c')
-rw-r--r-- | source4/ntvfs/simple/vfs_simple.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntvfs/simple/vfs_simple.c b/source4/ntvfs/simple/vfs_simple.c index e36e4a62c4..37edd8aa11 100644 --- a/source4/ntvfs/simple/vfs_simple.c +++ b/source4/ntvfs/simple/vfs_simple.c @@ -65,6 +65,8 @@ static NTSTATUS svfs_connect(struct request_context *req, const char *sharename) conn->fs_type = talloc_strdup(conn->mem_ctx, "NTFS"); conn->dev_type = talloc_strdup(conn->mem_ctx, "A:"); + DEBUG(0,("WARNING: ntvfs simple: connect to share [%s] with ROOT privileges!!!\n",sharename)); + return NT_STATUS_OK; } |