[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Apr 16 13:28:02 MDT 2012


The branch, master has been updated
       via  a8e9242 s3: Fix smbclient notify against Windows
      from  2730eda Improve the VFS Makefile so that it is easier for use out of tree but still works with FreeBSD.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a8e9242a1042582f77b1b61f7b17dc94a9065189
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Apr 16 16:21:15 2012 +0200

    s3: Fix smbclient notify against Windows
    
    We need READ_DATA
    
    Autobuild-User: Volker Lendecke <vl at samba.org>
    Autobuild-Date: Mon Apr 16 21:27:54 CEST 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/client/client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/client/client.c b/source3/client/client.c
index a4a7ebd..3d36367 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -3923,7 +3923,7 @@ static int cmd_notify(void)
 		goto fail;
 	}
 	status = cli_ntcreate(
-		cli, name, 0, READ_CONTROL_ACCESS, 0,
+		cli, name, 0, FILE_READ_DATA, 0,
 		FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE,
 		FILE_OPEN, 0, 0, &fnum);
 	if (!NT_STATUS_IS_OK(status)) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list