svn commit: samba r1916 - branches/SAMBA_4_0/source/ntvfs/posix

metze at samba.org metze at samba.org
Thu Aug 19 12:50:44 GMT 2004


Author: metze
Date: 2004-08-19 12:50:41 +0000 (Thu, 19 Aug 2004)
New Revision: 1916

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1916&nolog=1

Log:
return a more clear error, we are miss configure in this case

metze

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-08-19 12:36:05 UTC (rev 1915)
+++ branches/SAMBA_4_0/source/ntvfs/posix/vfs_posix.c	2004-08-19 12:50:41 UTC (rev 1916)
@@ -42,7 +42,7 @@
 	DEBUGADD(0,("         all file acess is done as user 'root'\n"));
 	DEBUGADD(0,("         Please don't use this a sensitive data!!!\n"));
 
-	return NT_STATUS_ACCESS_DENIED;
+	return NT_STATUS_DEVICE_CONFIGURATION_ERROR;
 }
 
 /*



More information about the samba-cvs mailing list