svn commit: samba r8129 - in trunk/source/smbd: .

jra at samba.org jra at samba.org
Mon Jul 4 07:38:51 GMT 2005


Author: jra
Date: 2005-07-04 07:38:51 +0000 (Mon, 04 Jul 2005)
New Revision: 8129

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

Log:
Pass both Samba4 DELETE test and Samba4 BASE-DELETE (fixed error code).
Jeremy.

Modified:
   trunk/source/smbd/nttrans.c


Changeset:
Modified: trunk/source/smbd/nttrans.c
===================================================================
--- trunk/source/smbd/nttrans.c	2005-07-04 07:32:48 UTC (rev 8128)
+++ trunk/source/smbd/nttrans.c	2005-07-04 07:38:51 UTC (rev 8129)
@@ -677,7 +677,7 @@
 						 NT_STATUS_EQUAL(status,NT_STATUS_CANNOT_DELETE))) {
 			restore_case_semantics(conn, file_attributes);
 			END_PROFILE(SMBntcreateX);
-			return ERROR_NT(status);
+			return ERROR_NT(NT_STATUS_ACCESS_DENIED);
 		}
 	}
 



More information about the samba-cvs mailing list