1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

s4:torture: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-08-02 14:52:13 +12:00 committed by Andrew Bartlett
parent 783f09cc37
commit 892c1b0a0c

View File

@ -641,7 +641,7 @@ static NTSTATUS benchrw_readwrite(struct torture_context *tctx,
if(state->readcnt < state->lpcfg_params->writeblocks){ if(state->readcnt < state->lpcfg_params->writeblocks){
state->readcnt++; state->readcnt++;
}else{ }else{
/*start reading from begin of file*/ /*start reading from beginning of file*/
state->readcnt=0; state->readcnt=0;
} }
req = smb_raw_read_send(state->cli,&rd); req = smb_raw_read_send(state->cli,&rd);