svn commit: samba r5630 - in branches/SAMBA_3_0/source/smbd: .

jra at samba.org jra at samba.org
Wed Mar 2 21:43:59 GMT 2005


Author: jra
Date: 2005-03-02 21:43:54 +0000 (Wed, 02 Mar 2005)
New Revision: 5630

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

Log:
This may be a mistake ... needs more cthon investigation.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/open.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/open.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/open.c	2005-03-02 21:43:48 UTC (rev 5629)
+++ branches/SAMBA_3_0/source/smbd/open.c	2005-03-02 21:43:54 UTC (rev 5630)
@@ -494,12 +494,15 @@
 		return False;
 	}
 
+#if 0
+	/* Bluarc test may need this ... needs further investigation. */
 	if (deny_mode == DENY_ALL || old_deny_mode == DENY_ALL) {
 		unix_ERR_class = ERRDOS;
 		unix_ERR_code = ERRbadshare;
 		unix_ERR_ntstatus = NT_STATUS_SHARING_VIOLATION;
 		return False;
 	}
+#endif
 
 	/*
 	 * If desired_access doesn't contain READ_DATA,WRITE_DATA,APPEND_DATA or EXECUTE



More information about the samba-cvs mailing list