diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-03 08:27:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:35 -0500 |
commit | a56c984df498488f2e99b1fa8ae156a882f82175 (patch) | |
tree | 99fd3b3009aa6cbd84641ee0198ea39d41e14d83 /source4/ntvfs | |
parent | ae30c7c5e63c4f86f1874a237f4fdaabcbb7624f (diff) | |
download | samba-a56c984df498488f2e99b1fa8ae156a882f82175.tar.gz samba-a56c984df498488f2e99b1fa8ae156a882f82175.tar.bz2 samba-a56c984df498488f2e99b1fa8ae156a882f82175.zip |
r2800: removed the warning about using the posix ntvfs handler, as it is now
considerably more complete than the simple handler
(This used to be commit e6ecd31be8e91f552d891c41b2f8737519a490a1)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/posix/vfs_posix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.c b/source4/ntvfs/posix/vfs_posix.c index 44875f1879..1990f77f82 100644 --- a/source4/ntvfs/posix/vfs_posix.c +++ b/source4/ntvfs/posix/vfs_posix.c @@ -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; |