The branch, master has been updated
       via  f0fd5df... s3: Fix shadow copy display on Windows 7
      from  1e2f455... winbind: adapt the new reject constants also there

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


- Log -----------------------------------------------------------------
commit f0fd5df7fd702ae2fc5fa43ac8627dd0208f607b
Author: Volker Lendecke <[email protected]>
Date:   Thu Oct 8 14:02:39 2009 +0200

    s3: Fix shadow copy display on Windows 7
    
    Windows 7 is a bit more picky on our NT_STATUS_BUFFER_TOO_SMALL. Announce 
the
    right buffer size, the same amount we later check for.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c
index cf955d9..0cc05db 100644
--- a/source3/smbd/nttrans.c
+++ b/source3/smbd/nttrans.c
@@ -2036,7 +2036,7 @@ static void call_nt_transact_ioctl(connection_struct 
*conn,
                }
 
                /* needed_data_count 4 bytes */
-               SIVAL(pdata,8,labels_data_count);
+               SIVAL(pdata, 8, labels_data_count+4);
 
                cur_pdata+=12;
 


-- 
Samba Shared Repository

Reply via email to