1
0
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:
Jeremy Allison
2007-05-19 22:29:59 +00:00
committed by Gerald (Jerry) Carter
parent a8082a3c7c
commit c2c970fd50

View File

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