svn commit: samba r2800 - in branches/SAMBA_4_0/source/ntvfs/posix: .

tridge at samba.org tridge at samba.org
Sun Oct 3 08:27:56 GMT 2004


Author: tridge
Date: 2004-10-03 08:27:56 +0000 (Sun, 03 Oct 2004)
New Revision: 2800

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/ntvfs/posix&rev=2800&nolog=1

Log:
removed the warning about using the posix ntvfs handler, as it is now
considerably more complete than the simple handler


Modified:
   branches/SAMBA_4_0/source/ntvfs/posix/vfs_posix.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/posix/vfs_posix.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/vfs_posix.c	2004-10-03 07:35:29 UTC (rev 2799)
+++ branches/SAMBA_4_0/source/ntvfs/posix/vfs_posix.c	2004-10-03 08:27:56 UTC (rev 2800)
@@ -58,8 +58,6 @@
 	struct stat st;
 	char *base_directory;
 
-	DEBUG(0,("WARNING: the posix vfs handler is incomplete - you probably want \"ntvfs handler = simple\"\n"));
-
 	pvfs = talloc_p(tcon, struct pvfs_state);
 	if (pvfs == NULL) {
 		return NT_STATUS_NO_MEMORY;



More information about the samba-cvs mailing list