svn commit: samba r18568 - in branches/SAMBA_4_0/source/ntvfs/simple: .

tridge at samba.org tridge at samba.org
Fri Sep 15 20:57:29 GMT 2006


Author: tridge
Date: 2006-09-15 20:57:29 +0000 (Fri, 15 Sep 2006)
New Revision: 18568

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18568

Log:

this warning is not needed now that it is the job of the unixuid ntvfs
module to handle euid

Modified:
   branches/SAMBA_4_0/source/ntvfs/simple/vfs_simple.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/simple/vfs_simple.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/simple/vfs_simple.c	2006-09-15 20:55:43 UTC (rev 18567)
+++ branches/SAMBA_4_0/source/ntvfs/simple/vfs_simple.c	2006-09-15 20:57:29 UTC (rev 18568)
@@ -76,8 +76,6 @@
 
 	ntvfs->private_data = private;
 
-	DEBUG(0,("WARNING: ntvfs simple: connect to share [%s] with ROOT privileges!!!\n",sharename));
-
 	return NT_STATUS_OK;
 }
 



More information about the samba-cvs mailing list