]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r5630: This may be a mistake ... needs more cthon investigation.
authorJeremy Allison <jra@samba.org>
Wed, 2 Mar 2005 21:43:54 +0000 (21:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:51 +0000 (10:55 -0500)
Jeremy.

source/smbd/open.c

index fc4f97ad16d929516c8a892a972542ce2d9a0f79..a552dc5b610174ff8296d876128fe07b683a70d5 100644 (file)
@@ -494,12 +494,15 @@ existing desired access (0x%x).\n", fname, (unsigned int)desired_access, (unsign
                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