r2800: removed the warning about using the posix ntvfs handler, as it is now
authorAndrew Tridgell <tridge@samba.org>
Sun, 3 Oct 2004 08:27:56 +0000 (08:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:35 +0000 (12:59 -0500)
considerably more complete than the simple handler
(This used to be commit e6ecd31be8e91f552d891c41b2f8737519a490a1)

source4/ntvfs/posix/vfs_posix.c

index 44875f187934fc9722d5754dea39c70b7f501e2b..1990f77f82cb72c625916d965689fcab42a50c77 100644 (file)
@@ -58,8 +58,6 @@ static NTSTATUS pvfs_connect(struct ntvfs_module_context *ntvfs,
        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;