From ee1d645881b085ab011c6cb2816a8bc926b905c5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Sep 2006 20:57:29 +0000 Subject: 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) --- source4/ntvfs/simple/vfs_simple.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source4/ntvfs/simple/vfs_simple.c b/source4/ntvfs/simple/vfs_simple.c index 7477f359fb..5bfc0f2e5c 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; } -- cgit