mirror of
https://github.com/samba-team/samba.git
synced 2025-08-07 09:49:30 +03:00
r23016: Remove extra & - thanks to Volker for spotting this.
Jeremy.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a8082a3c7c
commit
c2c970fd50
@ -2645,7 +2645,7 @@ int send_file_readX(connection_struct *conn, char *inbuf,char *outbuf,int length
|
||||
|
||||
normal_read:
|
||||
|
||||
if ((smb_maxcnt && 0xFF0000) > 0x10000) {
|
||||
if ((smb_maxcnt & 0xFF0000) > 0x10000) {
|
||||
int sendlen = setup_readX_header(inbuf,outbuf,smb_maxcnt) - smb_maxcnt;
|
||||
/* Send out the header. */
|
||||
if (write_data(smbd_server_fd(),outbuf,sendlen) != sendlen) {
|
||||
|
Reference in New Issue
Block a user