mirror of
https://github.com/samba-team/samba.git
synced 2025-12-06 16:23:49 +03:00
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy.
This commit is contained in:
@@ -57,7 +57,7 @@ BOOL cli_receive_smb(struct cli_state *cli)
|
||||
if (!cli->oplock_handler(cli, fnum, level)) return False;
|
||||
}
|
||||
/* try to prevent loops */
|
||||
CVAL(cli->inbuf,smb_com) = 0xFF;
|
||||
SCVAL(cli->inbuf,smb_com,0xFF);
|
||||
goto again;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user