mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
Fix typo in earlier fix, caught by Ranjit @ HP.
Jeremy.
This commit is contained in:
parent
723e9ee31c
commit
11077368ec
@ -1871,7 +1871,7 @@ due to being in oplock break state.\n", (unsigned int)function_code ));
|
||||
|
||||
data_count = IVAL(inbuf, smb_nts_DataCount);
|
||||
data_displacement = IVAL(inbuf, smb_nts_DataDisplacement);
|
||||
data_offset = IVAL(inbuf, smb_nts_DataDisplacement);
|
||||
data_offset = IVAL(inbuf, smb_nts_DataOffset);
|
||||
num_data_sofar += data_count;
|
||||
|
||||
if (num_params_sofar > total_parameter_count || num_data_sofar > total_data_count) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user