mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
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.
This commit is contained in:
parent
1e2f455b4a
commit
f0fd5df7fd
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user