1
0
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:
Jeremy Allison -
parent 723e9ee31c
commit 11077368ec

View File

@ -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) {