summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/simple
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-15 20:57:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:48 -0500
commitee1d645881b085ab011c6cb2816a8bc926b905c5 (patch)
tree91e2804cc23d3b607f97f47ddd970a5255527a90 /source4/ntvfs/simple
parent48f34499695c379d483da473b888aaa02bb5646d (diff)
downloadsamba-ee1d645881b085ab011c6cb2816a8bc926b905c5.tar.gz
samba-ee1d645881b085ab011c6cb2816a8bc926b905c5.tar.xz
samba-ee1d645881b085ab011c6cb2816a8bc926b905c5.zip
r18568: this warning is not needed now that it is the job of the unixuid ntvfs
module to handle euid (This used to be commit 6784058923ef532da882830296f9bb5f58cddb43)
Diffstat (limited to 'source4/ntvfs/simple')
-rw-r--r--source4/ntvfs/simple/vfs_simple.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/ntvfs/simple/vfs_simple.c b/source4/ntvfs/simple/vfs_simple.c
index 7477f359fb5..5bfc0f2e5cb 100644
--- a/source4/ntvfs/simple/vfs_simple.c
+++ b/source4/ntvfs/simple/vfs_simple.c
@@ -76,8 +76,6 @@ static NTSTATUS svfs_connect(struct ntvfs_module_context *ntvfs,
ntvfs->private_data = private;
- DEBUG(0,("WARNING: ntvfs simple: connect to share [%s] with ROOT privileges!!!\n",sharename));
-
return NT_STATUS_OK;
}